Shades of Cobalt #024DBF
Tints of Cobalt #024DBF
RGB
CMYK
RGB Variations
Color information
#024DBF (or 0x024DBF) is known color: Cobalt. HEX triplet: 02, 4D and BF. RGB value is (2,77,191). Sum of RGB (Red+Green+Blue) = 2+77+191=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #024DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DBF is #FDB240. Grayscale: #434343. Windows color (decimal): -16626241 or 12537090. OLE color: 12537090.
HSL color Cylindrical-coordinate representation of color #024DBF: hue angle of 216.19º 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 #024DBF is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 77 | 191 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.25 |
| HSL | 216.19º | 0.98% | 0.38% | - |
| HSV(B) | 216.19º | 0.99% | 0.75% | - |
| XYZ | 12.08 | 9.08 | 50.41 | - |
| YUV | 67.57 | 197.65 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 191 | 0.99 | 0.60 | 0 | 0.25 | 216.19 | 0.98 | 0.38 |
| Hex | 2 | 4D | BF | 63 | 3C | 0 | 19 | D8 | 62 | 26 |
| Octal | 2 | 115 | 277 | 143 | 74 | 0 | 31 | 330 | 142 | 46 |
| Binary | 10 | 1001101 | 10111111 | 1100011 | 111100 | 0 | 11001 | 11011000 | 1100010 | 100110 |
Color Harmonies of #024DBF
Complementary color
Monochromatic Colors of #024DBF
Black with #024DBF
Text Example
Text Example
White with #024DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DBF; }
p { color: rgb(2,77,191); }
H1.HeaderClassName
{
color: #024DBF;
}
.AnyTagClassName
{
color: #024DBF;
}
</style>
background-color css
<style>
a { background-color: #024DBF; }
a { background-color: rgb(2,77,191); }
div.DivClassName
{
background-color: #024DBF;
}
.BgClassName
{
background-color: #024DBF;
}
</style>
border-color css
<style>
span { border-color: #024DBF; }
span { border-color: rgb(2,77,191); }
td.TdClassName
{
border-color: #024DBF;
}
.TagClassName
{
border-color: #024DBF;
}
</style>