Shades of Cobalt #024EBF
Tints of Cobalt #024EBF
RGB
CMYK
RGB Variations
Color information
#024EBF (or 0x024EBF) is known color: Cobalt. HEX triplet: 02, 4E and BF. RGB value is (2,78,191). Sum of RGB (Red+Green+Blue) = 2+78+191=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #024EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EBF is #FDB140. Grayscale: #434343. Windows color (decimal): -16625985 or 12537346. OLE color: 12537346.
HSL color Cylindrical-coordinate representation of color #024EBF: hue angle of 215.87º 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 #024EBF is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 78 | 191 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.25 |
| HSL | 215.87º | 0.98% | 0.38% | - |
| HSV(B) | 215.87º | 0.99% | 0.75% | - |
| XYZ | 12.15 | 9.22 | 50.43 | - |
| YUV | 68.16 | 197.32 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 191 | 0.99 | 0.59 | 0 | 0.25 | 215.87 | 0.98 | 0.38 |
| Hex | 2 | 4E | BF | 63 | 3B | 0 | 19 | D8 | 62 | 26 |
| Octal | 2 | 116 | 277 | 143 | 73 | 0 | 31 | 330 | 142 | 46 |
| Binary | 10 | 1001110 | 10111111 | 1100011 | 111011 | 0 | 11001 | 11011000 | 1100010 | 100110 |
Color Harmonies of #024EBF
Complementary color
Monochromatic Colors of #024EBF
Black with #024EBF
Text Example
Text Example
White with #024EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EBF; }
p { color: rgb(2,78,191); }
H1.HeaderClassName
{
color: #024EBF;
}
.AnyTagClassName
{
color: #024EBF;
}
</style>
background-color css
<style>
a { background-color: #024EBF; }
a { background-color: rgb(2,78,191); }
div.DivClassName
{
background-color: #024EBF;
}
.BgClassName
{
background-color: #024EBF;
}
</style>
border-color css
<style>
span { border-color: #024EBF; }
span { border-color: rgb(2,78,191); }
td.TdClassName
{
border-color: #024EBF;
}
.TagClassName
{
border-color: #024EBF;
}
</style>