Shades of Cobalt #024DB4
Tints of Cobalt #024DB4
RGB
CMYK
RGB Variations
Color information
#024DB4 (or 0x024DB4) is known color: Cobalt. HEX triplet: 02, 4D and B4. RGB value is (2,77,180). Sum of RGB (Red+Green+Blue) = 2+77+180=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 180 (70.70% from 255 or 69.50% from 259); Max value from RGB is 180 - color contains mainly: blue. Hex color #024DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DB4 is #FDB24B. Grayscale: #414141. Windows color (decimal): -16626252 or 11816194. OLE color: 11816194.
HSL color Cylindrical-coordinate representation of color #024DB4: hue angle of 214.72º 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 #024DB4 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 77 | 180 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.29 |
| HSL | 214.72º | 0.98% | 0.36% | - |
| HSV(B) | 214.72º | 0.99% | 0.71% | - |
| XYZ | 10.92 | 8.62 | 44.27 | - |
| YUV | 66.32 | 192.15 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 180 | 0.99 | 0.57 | 0 | 0.29 | 214.72 | 0.98 | 0.36 |
| Hex | 2 | 4D | B4 | 63 | 39 | 0 | 1D | D7 | 62 | 24 |
| Octal | 2 | 115 | 264 | 143 | 71 | 0 | 35 | 327 | 142 | 44 |
| Binary | 10 | 1001101 | 10110100 | 1100011 | 111001 | 0 | 11101 | 11010111 | 1100010 | 100100 |
Color Harmonies of #024DB4
Complementary color
Monochromatic Colors of #024DB4
Black with #024DB4
Text Example
Text Example
White with #024DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DB4; }
p { color: rgb(2,77,180); }
H1.HeaderClassName
{
color: #024DB4;
}
.AnyTagClassName
{
color: #024DB4;
}
</style>
background-color css
<style>
a { background-color: #024DB4; }
a { background-color: rgb(2,77,180); }
div.DivClassName
{
background-color: #024DB4;
}
.BgClassName
{
background-color: #024DB4;
}
</style>
border-color css
<style>
span { border-color: #024DB4; }
span { border-color: rgb(2,77,180); }
td.TdClassName
{
border-color: #024DB4;
}
.TagClassName
{
border-color: #024DB4;
}
</style>