Brescian Blue/ deep cyan-blue/deep azure
#0080ff color RGB value is (0,128,255)
#0080ff color CMYK value
#0080ff color HSL value
HSV(or HSB) | 209.9° | 100 | 100 |
XYZ | 25.769 | 22.658 | 97.623 |
Yxy | 0.176 | 0.155 | 22.658 |
LAB | 54.719 | 18.79 | -70.925 |
LUV | 54.719 | -29.386 | -112.863 |
Hunter-LAB | 47.601 | 13.331 | -88.276 |
CIE-LCH | 54.719 | 73.371 | 284.838 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 0 | 80 | FF |
Decimal | 0 | 128 | 255 |
Octal | 0 | 200 | 377 |
Binary | 00000000 | 10000000 | 11111111 |
Below, you can see some colors close to #0080ff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #0080ff.
<span style="color:#0080ff">Text here</span>
This paragraph has a background color of #0080ff.
<p style="background-color:#0080ff;">Content here</p>
This element has a border color of #0080ff.
<div style="border:1px #0080ff;">Content here</div>
.text {color:#0080ff;}
.background {background-color:#0080ff;}
.border {border:1px solid #0080ff;}
.text-shadow {border:1px solid #0080ff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #eaf4ff is the lightest one.