Shades of Cobalt #024DA9
Tints of Cobalt #024DA9
RGB
CMYK
RGB Variations
Color information
#024DA9 (or 0x024DA9) is known color: Cobalt. HEX triplet: 02, 4D and A9. RGB value is (2,77,169). Sum of RGB (Red+Green+Blue) = 2+77+169=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 169 (66.41% from 255 or 68.15% from 248); Max value from RGB is 169 - color contains mainly: blue. Hex color #024DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024DA9 is #FDB256. Grayscale: #404040. Windows color (decimal): -16626263 or 11095298. OLE color: 11095298.
HSL color Cylindrical-coordinate representation of color #024DA9: hue angle of 213.05º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DA9 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 77 | 169 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.34 |
| HSL | 213.05º | 0.98% | 0.34% | - |
| HSV(B) | 213.05º | 0.99% | 0.66% | - |
| XYZ | 9.84 | 8.19 | 38.6 | - |
| YUV | 65.06 | 186.65 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 169 | 0.99 | 0.54 | 0 | 0.34 | 213.05 | 0.98 | 0.34 |
| Hex | 2 | 4D | A9 | 63 | 36 | 0 | 22 | D5 | 62 | 22 |
| Octal | 2 | 115 | 251 | 143 | 66 | 0 | 42 | 325 | 142 | 42 |
| Binary | 10 | 1001101 | 10101001 | 1100011 | 110110 | 0 | 100010 | 11010101 | 1100010 | 100010 |
Color Harmonies of #024DA9
Complementary color
Monochromatic Colors of #024DA9
Black with #024DA9
Text Example
Text Example
White with #024DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DA9; }
p { color: rgb(2,77,169); }
H1.HeaderClassName
{
color: #024DA9;
}
.AnyTagClassName
{
color: #024DA9;
}
</style>
background-color css
<style>
a { background-color: #024DA9; }
a { background-color: rgb(2,77,169); }
div.DivClassName
{
background-color: #024DA9;
}
.BgClassName
{
background-color: #024DA9;
}
</style>
border-color css
<style>
span { border-color: #024DA9; }
span { border-color: rgb(2,77,169); }
td.TdClassName
{
border-color: #024DA9;
}
.TagClassName
{
border-color: #024DA9;
}
</style>