Shades of Cobalt #024DAD
Tints of Cobalt #024DAD
RGB
CMYK
RGB Variations
Color information
#024DAD (or 0x024DAD) is known color: Cobalt. HEX triplet: 02, 4D and AD. RGB value is (2,77,173). Sum of RGB (Red+Green+Blue) = 2+77+173=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #024DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024DAD is #FDB252. Grayscale: #414141. Windows color (decimal): -16626259 or 11357442. OLE color: 11357442.
HSL color Cylindrical-coordinate representation of color #024DAD: hue angle of 213.68º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DAD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 77 | 173 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.32 |
| HSL | 213.68º | 0.98% | 0.34% | - |
| HSV(B) | 213.68º | 0.99% | 0.68% | - |
| XYZ | 10.22 | 8.34 | 40.61 | - |
| YUV | 65.52 | 188.65 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 173 | 0.99 | 0.55 | 0 | 0.32 | 213.68 | 0.98 | 0.34 |
| Hex | 2 | 4D | AD | 63 | 37 | 0 | 20 | D6 | 62 | 22 |
| Octal | 2 | 115 | 255 | 143 | 67 | 0 | 40 | 326 | 142 | 42 |
| Binary | 10 | 1001101 | 10101101 | 1100011 | 110111 | 0 | 100000 | 11010110 | 1100010 | 100010 |
Color Harmonies of #024DAD
Complementary color
Monochromatic Colors of #024DAD
Black with #024DAD
Text Example
Text Example
White with #024DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DAD; }
p { color: rgb(2,77,173); }
H1.HeaderClassName
{
color: #024DAD;
}
.AnyTagClassName
{
color: #024DAD;
}
</style>
background-color css
<style>
a { background-color: #024DAD; }
a { background-color: rgb(2,77,173); }
div.DivClassName
{
background-color: #024DAD;
}
.BgClassName
{
background-color: #024DAD;
}
</style>
border-color css
<style>
span { border-color: #024DAD; }
span { border-color: rgb(2,77,173); }
td.TdClassName
{
border-color: #024DAD;
}
.TagClassName
{
border-color: #024DAD;
}
</style>