Shades of Cobalt #024DB6
Tints of Cobalt #024DB6
RGB
CMYK
RGB Variations
Color information
#024DB6 (or 0x024DB6) is known color: Cobalt. HEX triplet: 02, 4D and B6. RGB value is (2,77,182). Sum of RGB (Red+Green+Blue) = 2+77+182=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #024DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DB6 is #FDB249. Grayscale: #424242. Windows color (decimal): -16626250 or 11947266. OLE color: 11947266.
HSL color Cylindrical-coordinate representation of color #024DB6: hue angle of 215º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DB6 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 77 | 182 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.29 |
| HSL | 215º | 0.98% | 0.36% | - |
| HSV(B) | 215º | 0.99% | 0.71% | - |
| XYZ | 11.12 | 8.7 | 45.35 | - |
| YUV | 66.55 | 193.15 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 182 | 0.99 | 0.58 | 0 | 0.29 | 215 | 0.98 | 0.36 |
| Hex | 2 | 4D | B6 | 63 | 3A | 0 | 1D | D7 | 62 | 24 |
| Octal | 2 | 115 | 266 | 143 | 72 | 0 | 35 | 327 | 142 | 44 |
| Binary | 10 | 1001101 | 10110110 | 1100011 | 111010 | 0 | 11101 | 11010111 | 1100010 | 100100 |
Color Harmonies of #024DB6
Complementary color
Monochromatic Colors of #024DB6
Black with #024DB6
Text Example
Text Example
White with #024DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DB6; }
p { color: rgb(2,77,182); }
H1.HeaderClassName
{
color: #024DB6;
}
.AnyTagClassName
{
color: #024DB6;
}
</style>
background-color css
<style>
a { background-color: #024DB6; }
a { background-color: rgb(2,77,182); }
div.DivClassName
{
background-color: #024DB6;
}
.BgClassName
{
background-color: #024DB6;
}
</style>
border-color css
<style>
span { border-color: #024DB6; }
span { border-color: rgb(2,77,182); }
td.TdClassName
{
border-color: #024DB6;
}
.TagClassName
{
border-color: #024DB6;
}
</style>