Shades of Cobalt #024DB9
Tints of Cobalt #024DB9
RGB
CMYK
RGB Variations
Color information
#024DB9 (or 0x024DB9) is known color: Cobalt. HEX triplet: 02, 4D and B9. RGB value is (2,77,185). Sum of RGB (Red+Green+Blue) = 2+77+185=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 185 (72.66% from 255 or 70.08% from 264); Max value from RGB is 185 - color contains mainly: blue. Hex color #024DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DB9 is #FDB246. Grayscale: #424242. Windows color (decimal): -16626247 or 12143874. OLE color: 12143874.
HSL color Cylindrical-coordinate representation of color #024DB9: hue angle of 215.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DB9 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 77 | 185 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.27 |
| HSL | 215.41º | 0.98% | 0.37% | - |
| HSV(B) | 215.41º | 0.99% | 0.73% | - |
| XYZ | 11.44 | 8.82 | 47 | - |
| YUV | 66.89 | 194.65 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 185 | 0.99 | 0.58 | 0 | 0.27 | 215.41 | 0.98 | 0.37 |
| Hex | 2 | 4D | B9 | 63 | 3A | 0 | 1B | D7 | 62 | 25 |
| Octal | 2 | 115 | 271 | 143 | 72 | 0 | 33 | 327 | 142 | 45 |
| Binary | 10 | 1001101 | 10111001 | 1100011 | 111010 | 0 | 11011 | 11010111 | 1100010 | 100101 |
Color Harmonies of #024DB9
Complementary color
Monochromatic Colors of #024DB9
Black with #024DB9
Text Example
Text Example
White with #024DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DB9; }
p { color: rgb(2,77,185); }
H1.HeaderClassName
{
color: #024DB9;
}
.AnyTagClassName
{
color: #024DB9;
}
</style>
background-color css
<style>
a { background-color: #024DB9; }
a { background-color: rgb(2,77,185); }
div.DivClassName
{
background-color: #024DB9;
}
.BgClassName
{
background-color: #024DB9;
}
</style>
border-color css
<style>
span { border-color: #024DB9; }
span { border-color: rgb(2,77,185); }
td.TdClassName
{
border-color: #024DB9;
}
.TagClassName
{
border-color: #024DB9;
}
</style>