Shades of Cobalt #024DBD
Tints of Cobalt #024DBD
RGB
CMYK
RGB Variations
Color information
#024DBD (or 0x024DBD) is known color: Cobalt. HEX triplet: 02, 4D and BD. RGB value is (2,77,189). Sum of RGB (Red+Green+Blue) = 2+77+189=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #024DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DBD is #FDB242. Grayscale: #424242. Windows color (decimal): -16626243 or 12406018. OLE color: 12406018.
HSL color Cylindrical-coordinate representation of color #024DBD: hue angle of 215.94º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DBD is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 77 | 189 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.26 |
| HSL | 215.94º | 0.98% | 0.37% | - |
| HSV(B) | 215.94º | 0.99% | 0.74% | - |
| XYZ | 11.86 | 8.99 | 49.25 | - |
| YUV | 67.34 | 196.65 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 189 | 0.99 | 0.59 | 0 | 0.26 | 215.94 | 0.98 | 0.37 |
| Hex | 2 | 4D | BD | 63 | 3B | 0 | 1A | D8 | 62 | 25 |
| Octal | 2 | 115 | 275 | 143 | 73 | 0 | 32 | 330 | 142 | 45 |
| Binary | 10 | 1001101 | 10111101 | 1100011 | 111011 | 0 | 11010 | 11011000 | 1100010 | 100101 |
Color Harmonies of #024DBD
Complementary color
Monochromatic Colors of #024DBD
Black with #024DBD
Text Example
Text Example
White with #024DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DBD; }
p { color: rgb(2,77,189); }
H1.HeaderClassName
{
color: #024DBD;
}
.AnyTagClassName
{
color: #024DBD;
}
</style>
background-color css
<style>
a { background-color: #024DBD; }
a { background-color: rgb(2,77,189); }
div.DivClassName
{
background-color: #024DBD;
}
.BgClassName
{
background-color: #024DBD;
}
</style>
border-color css
<style>
span { border-color: #024DBD; }
span { border-color: rgb(2,77,189); }
td.TdClassName
{
border-color: #024DBD;
}
.TagClassName
{
border-color: #024DBD;
}
</style>