Shades of Cobalt #024EC2
Tints of Cobalt #024EC2
RGB
CMYK
RGB Variations
Color information
#024EC2 (or 0x024EC2) is known color: Cobalt. HEX triplet: 02, 4E and C2. RGB value is (2,78,194). Sum of RGB (Red+Green+Blue) = 2+78+194=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 194 (76.17% from 255 or 70.80% from 274); Max value from RGB is 194 - color contains mainly: blue. Hex color #024EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EC2 is #FDB13D. Grayscale: #434343. Windows color (decimal): -16625982 or 12733954. OLE color: 12733954.
HSL color Cylindrical-coordinate representation of color #024EC2: hue angle of 216.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EC2 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 78 | 194 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.24 |
| HSL | 216.25º | 0.98% | 0.38% | - |
| HSV(B) | 216.25º | 0.99% | 0.76% | - |
| XYZ | 12.49 | 9.36 | 52.19 | - |
| YUV | 68.5 | 198.82 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 194 | 0.99 | 0.60 | 0 | 0.24 | 216.25 | 0.98 | 0.38 |
| Hex | 2 | 4E | C2 | 63 | 3C | 0 | 18 | D8 | 62 | 26 |
| Octal | 2 | 116 | 302 | 143 | 74 | 0 | 30 | 330 | 142 | 46 |
| Binary | 10 | 1001110 | 11000010 | 1100011 | 111100 | 0 | 11000 | 11011000 | 1100010 | 100110 |
Color Harmonies of #024EC2
Complementary color
Monochromatic Colors of #024EC2
Black with #024EC2
Text Example
Text Example
White with #024EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EC2; }
p { color: rgb(2,78,194); }
H1.HeaderClassName
{
color: #024EC2;
}
.AnyTagClassName
{
color: #024EC2;
}
</style>
background-color css
<style>
a { background-color: #024EC2; }
a { background-color: rgb(2,78,194); }
div.DivClassName
{
background-color: #024EC2;
}
.BgClassName
{
background-color: #024EC2;
}
</style>
border-color css
<style>
span { border-color: #024EC2; }
span { border-color: rgb(2,78,194); }
td.TdClassName
{
border-color: #024EC2;
}
.TagClassName
{
border-color: #024EC2;
}
</style>