Shades of Cobalt #024EC4
Tints of Cobalt #024EC4
RGB
CMYK
RGB Variations
Color information
#024EC4 (or 0x024EC4) is known color: Cobalt. HEX triplet: 02, 4E and C4. RGB value is (2,78,196). Sum of RGB (Red+Green+Blue) = 2+78+196=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 196 (76.95% from 255 or 71.01% from 276); Max value from RGB is 196 - color contains mainly: blue. Hex color #024EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EC4 is #FDB13B. Grayscale: #444444. Windows color (decimal): -16625980 or 12865026. OLE color: 12865026.
HSL color Cylindrical-coordinate representation of color #024EC4: hue angle of 216.49º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EC4 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 78 | 196 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.23 |
| HSL | 216.49º | 0.98% | 0.39% | - |
| HSV(B) | 216.49º | 0.99% | 0.77% | - |
| XYZ | 12.71 | 9.45 | 53.38 | - |
| YUV | 68.73 | 199.82 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 196 | 0.99 | 0.60 | 0 | 0.23 | 216.49 | 0.98 | 0.39 |
| Hex | 2 | 4E | C4 | 63 | 3C | 0 | 17 | D8 | 62 | 27 |
| Octal | 2 | 116 | 304 | 143 | 74 | 0 | 27 | 330 | 142 | 47 |
| Binary | 10 | 1001110 | 11000100 | 1100011 | 111100 | 0 | 10111 | 11011000 | 1100010 | 100111 |
Color Harmonies of #024EC4
Complementary color
Monochromatic Colors of #024EC4
Black with #024EC4
Text Example
Text Example
White with #024EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EC4; }
p { color: rgb(2,78,196); }
H1.HeaderClassName
{
color: #024EC4;
}
.AnyTagClassName
{
color: #024EC4;
}
</style>
background-color css
<style>
a { background-color: #024EC4; }
a { background-color: rgb(2,78,196); }
div.DivClassName
{
background-color: #024EC4;
}
.BgClassName
{
background-color: #024EC4;
}
</style>
border-color css
<style>
span { border-color: #024EC4; }
span { border-color: rgb(2,78,196); }
td.TdClassName
{
border-color: #024EC4;
}
.TagClassName
{
border-color: #024EC4;
}
</style>