Shades of Blue #080CEA
Tints of Blue #080CEA
RGB
CMYK
RGB Variations
Color information
#080CEA (or 0x080CEA) is known color: Blue. HEX triplet: 08, 0C and EA. RGB value is (8,12,234). Sum of RGB (Red+Green+Blue) = 8+12+234=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 234 (91.80% from 255 or 92.13% from 254); Max value from RGB is 234 - color contains mainly: blue. Hex color #080CEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080CEA is #F7F315. Grayscale: #232323. Windows color (decimal): -16249622 or 15338504. OLE color: 15338504.
HSL color Cylindrical-coordinate representation of color #080CEA: hue angle of 238.94º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080CEA is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 12 | 234 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.08 |
| HSL | 238.94º | 0.93% | 0.47% | - |
| HSV(B) | 238.94º | 0.97% | 0.92% | - |
| XYZ | 15.08 | 6.26 | 78.25 | - |
| YUV | 36.11 | 239.67 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 234 | 0.97 | 0.95 | 0 | 0.08 | 238.94 | 0.93 | 0.47 |
| Hex | 8 | C | EA | 61 | 5F | 0 | 8 | EF | 5D | 2F |
| Octal | 10 | 14 | 352 | 141 | 137 | 0 | 10 | 357 | 135 | 57 |
| Binary | 1000 | 1100 | 11101010 | 1100001 | 1011111 | 0 | 1000 | 11101111 | 1011101 | 101111 |
Color Harmonies of #080CEA
Complementary color
Monochromatic Colors of #080CEA
Black with #080CEA
Text Example
Text Example
White with #080CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CEA; }
p { color: rgb(8,12,234); }
H1.HeaderClassName
{
color: #080CEA;
}
.AnyTagClassName
{
color: #080CEA;
}
</style>
background-color css
<style>
a { background-color: #080CEA; }
a { background-color: rgb(8,12,234); }
div.DivClassName
{
background-color: #080CEA;
}
.BgClassName
{
background-color: #080CEA;
}
</style>
border-color css
<style>
span { border-color: #080CEA; }
span { border-color: rgb(8,12,234); }
td.TdClassName
{
border-color: #080CEA;
}
.TagClassName
{
border-color: #080CEA;
}
</style>