Shades of Cobalt #024DC2
Tints of Cobalt #024DC2
RGB
CMYK
RGB Variations
Color information
#024DC2 (or 0x024DC2) is known color: Cobalt. HEX triplet: 02, 4D and C2. RGB value is (2,77,194). Sum of RGB (Red+Green+Blue) = 2+77+194=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 194 (76.17% from 255 or 71.06% from 273); Max value from RGB is 194 - color contains mainly: blue. Hex color #024DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DC2 is #FDB23D. Grayscale: #434343. Windows color (decimal): -16626238 or 12733698. OLE color: 12733698.
HSL color Cylindrical-coordinate representation of color #024DC2: hue angle of 216.56º 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 #024DC2 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 77 | 194 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.24 |
| HSL | 216.56º | 0.98% | 0.38% | - |
| HSV(B) | 216.56º | 0.99% | 0.76% | - |
| XYZ | 12.42 | 9.22 | 52.16 | - |
| YUV | 67.91 | 199.15 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 194 | 0.99 | 0.60 | 0 | 0.24 | 216.56 | 0.98 | 0.38 |
| Hex | 2 | 4D | C2 | 63 | 3C | 0 | 18 | D9 | 62 | 26 |
| Octal | 2 | 115 | 302 | 143 | 74 | 0 | 30 | 331 | 142 | 46 |
| Binary | 10 | 1001101 | 11000010 | 1100011 | 111100 | 0 | 11000 | 11011001 | 1100010 | 100110 |
Color Harmonies of #024DC2
Complementary color
Monochromatic Colors of #024DC2
Black with #024DC2
Text Example
Text Example
White with #024DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DC2; }
p { color: rgb(2,77,194); }
H1.HeaderClassName
{
color: #024DC2;
}
.AnyTagClassName
{
color: #024DC2;
}
</style>
background-color css
<style>
a { background-color: #024DC2; }
a { background-color: rgb(2,77,194); }
div.DivClassName
{
background-color: #024DC2;
}
.BgClassName
{
background-color: #024DC2;
}
</style>
border-color css
<style>
span { border-color: #024DC2; }
span { border-color: rgb(2,77,194); }
td.TdClassName
{
border-color: #024DC2;
}
.TagClassName
{
border-color: #024DC2;
}
</style>