Shades of Cobalt #024EAA
Tints of Cobalt #024EAA
RGB
CMYK
RGB Variations
Color information
#024EAA (or 0x024EAA) is known color: Cobalt. HEX triplet: 02, 4E and AA. RGB value is (2,78,170). Sum of RGB (Red+Green+Blue) = 2+78+170=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #024EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024EAA is #FDB155. Grayscale: #414141. Windows color (decimal): -16626006 or 11161090. OLE color: 11161090.
HSL color Cylindrical-coordinate representation of color #024EAA: hue angle of 212.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EAA is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 78 | 170 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.33 |
| HSL | 212.86º | 0.98% | 0.34% | - |
| HSV(B) | 212.86º | 0.99% | 0.67% | - |
| XYZ | 10.01 | 8.36 | 39.12 | - |
| YUV | 65.76 | 186.82 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 170 | 0.99 | 0.54 | 0 | 0.33 | 212.86 | 0.98 | 0.34 |
| Hex | 2 | 4E | AA | 63 | 36 | 0 | 21 | D5 | 62 | 22 |
| Octal | 2 | 116 | 252 | 143 | 66 | 0 | 41 | 325 | 142 | 42 |
| Binary | 10 | 1001110 | 10101010 | 1100011 | 110110 | 0 | 100001 | 11010101 | 1100010 | 100010 |
Color Harmonies of #024EAA
Complementary color
Monochromatic Colors of #024EAA
Black with #024EAA
Text Example
Text Example
White with #024EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EAA; }
p { color: rgb(2,78,170); }
H1.HeaderClassName
{
color: #024EAA;
}
.AnyTagClassName
{
color: #024EAA;
}
</style>
background-color css
<style>
a { background-color: #024EAA; }
a { background-color: rgb(2,78,170); }
div.DivClassName
{
background-color: #024EAA;
}
.BgClassName
{
background-color: #024EAA;
}
</style>
border-color css
<style>
span { border-color: #024EAA; }
span { border-color: rgb(2,78,170); }
td.TdClassName
{
border-color: #024EAA;
}
.TagClassName
{
border-color: #024EAA;
}
</style>