Shades of Cobalt #024DAE
Tints of Cobalt #024DAE
RGB
CMYK
RGB Variations
Color information
#024DAE (or 0x024DAE) is known color: Cobalt. HEX triplet: 02, 4D and AE. RGB value is (2,77,174). Sum of RGB (Red+Green+Blue) = 2+77+174=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #024DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024DAE is #FDB251. Grayscale: #414141. Windows color (decimal): -16626258 or 11422978. OLE color: 11422978.
HSL color Cylindrical-coordinate representation of color #024DAE: hue angle of 213.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DAE is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 77 | 174 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.32 |
| HSL | 213.84º | 0.98% | 0.35% | - |
| HSV(B) | 213.84º | 0.99% | 0.68% | - |
| XYZ | 10.32 | 8.38 | 41.12 | - |
| YUV | 65.63 | 189.15 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 174 | 0.99 | 0.56 | 0 | 0.32 | 213.84 | 0.98 | 0.35 |
| Hex | 2 | 4D | AE | 63 | 38 | 0 | 20 | D6 | 62 | 23 |
| Octal | 2 | 115 | 256 | 143 | 70 | 0 | 40 | 326 | 142 | 43 |
| Binary | 10 | 1001101 | 10101110 | 1100011 | 111000 | 0 | 100000 | 11010110 | 1100010 | 100011 |
Color Harmonies of #024DAE
Complementary color
Monochromatic Colors of #024DAE
Black with #024DAE
Text Example
Text Example
White with #024DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DAE; }
p { color: rgb(2,77,174); }
H1.HeaderClassName
{
color: #024DAE;
}
.AnyTagClassName
{
color: #024DAE;
}
</style>
background-color css
<style>
a { background-color: #024DAE; }
a { background-color: rgb(2,77,174); }
div.DivClassName
{
background-color: #024DAE;
}
.BgClassName
{
background-color: #024DAE;
}
</style>
border-color css
<style>
span { border-color: #024DAE; }
span { border-color: rgb(2,77,174); }
td.TdClassName
{
border-color: #024DAE;
}
.TagClassName
{
border-color: #024DAE;
}
</style>