Shades of Cobalt #024EB8
Tints of Cobalt #024EB8
RGB
CMYK
RGB Variations
Color information
#024EB8 (or 0x024EB8) is known color: Cobalt. HEX triplet: 02, 4E and B8. RGB value is (2,78,184). Sum of RGB (Red+Green+Blue) = 2+78+184=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 184 (72.27% from 255 or 69.70% from 264); Max value from RGB is 184 - color contains mainly: blue. Hex color #024EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EB8 is #FDB147. Grayscale: #424242. Windows color (decimal): -16625992 or 12078594. OLE color: 12078594.
HSL color Cylindrical-coordinate representation of color #024EB8: hue angle of 214.95º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EB8 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 78 | 184 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.28 |
| HSL | 214.95º | 0.98% | 0.36% | - |
| HSV(B) | 214.95º | 0.99% | 0.72% | - |
| XYZ | 11.4 | 8.92 | 46.47 | - |
| YUV | 67.36 | 193.82 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 184 | 0.99 | 0.58 | 0 | 0.28 | 214.95 | 0.98 | 0.36 |
| Hex | 2 | 4E | B8 | 63 | 3A | 0 | 1C | D7 | 62 | 24 |
| Octal | 2 | 116 | 270 | 143 | 72 | 0 | 34 | 327 | 142 | 44 |
| Binary | 10 | 1001110 | 10111000 | 1100011 | 111010 | 0 | 11100 | 11010111 | 1100010 | 100100 |
Color Harmonies of #024EB8
Complementary color
Monochromatic Colors of #024EB8
Black with #024EB8
Text Example
Text Example
White with #024EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EB8; }
p { color: rgb(2,78,184); }
H1.HeaderClassName
{
color: #024EB8;
}
.AnyTagClassName
{
color: #024EB8;
}
</style>
background-color css
<style>
a { background-color: #024EB8; }
a { background-color: rgb(2,78,184); }
div.DivClassName
{
background-color: #024EB8;
}
.BgClassName
{
background-color: #024EB8;
}
</style>
border-color css
<style>
span { border-color: #024EB8; }
span { border-color: rgb(2,78,184); }
td.TdClassName
{
border-color: #024EB8;
}
.TagClassName
{
border-color: #024EB8;
}
</style>