Shades of Cobalt #024DBE
Tints of Cobalt #024DBE
RGB
CMYK
RGB Variations
Color information
#024DBE (or 0x024DBE) is known color: Cobalt. HEX triplet: 02, 4D and BE. RGB value is (2,77,190). Sum of RGB (Red+Green+Blue) = 2+77+190=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #024DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DBE is #FDB241. Grayscale: #424242. Windows color (decimal): -16626242 or 12471554. OLE color: 12471554.
HSL color Cylindrical-coordinate representation of color #024DBE: hue angle of 216.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DBE is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 77 | 190 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.25 |
| HSL | 216.06º | 0.98% | 0.38% | - |
| HSV(B) | 216.06º | 0.99% | 0.75% | - |
| XYZ | 11.97 | 9.04 | 49.83 | - |
| YUV | 67.46 | 197.15 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 190 | 0.99 | 0.59 | 0 | 0.25 | 216.06 | 0.98 | 0.38 |
| Hex | 2 | 4D | BE | 63 | 3B | 0 | 19 | D8 | 62 | 26 |
| Octal | 2 | 115 | 276 | 143 | 73 | 0 | 31 | 330 | 142 | 46 |
| Binary | 10 | 1001101 | 10111110 | 1100011 | 111011 | 0 | 11001 | 11011000 | 1100010 | 100110 |
Color Harmonies of #024DBE
Complementary color
Monochromatic Colors of #024DBE
Black with #024DBE
Text Example
Text Example
White with #024DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DBE; }
p { color: rgb(2,77,190); }
H1.HeaderClassName
{
color: #024DBE;
}
.AnyTagClassName
{
color: #024DBE;
}
</style>
background-color css
<style>
a { background-color: #024DBE; }
a { background-color: rgb(2,77,190); }
div.DivClassName
{
background-color: #024DBE;
}
.BgClassName
{
background-color: #024DBE;
}
</style>
border-color css
<style>
span { border-color: #024DBE; }
span { border-color: rgb(2,77,190); }
td.TdClassName
{
border-color: #024DBE;
}
.TagClassName
{
border-color: #024DBE;
}
</style>