Shades of Cobalt #024FC2
Tints of Cobalt #024FC2
RGB
CMYK
RGB Variations
Color information
#024FC2 (or 0x024FC2) is known color: Cobalt. HEX triplet: 02, 4F and C2. RGB value is (2,79,194). Sum of RGB (Red+Green+Blue) = 2+79+194=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 194 (76.17% from 255 or 70.55% from 275); Max value from RGB is 194 - color contains mainly: blue. Hex color #024FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FC2 is #FDB03D. Grayscale: #444444. Windows color (decimal): -16625726 or 12734210. OLE color: 12734210.
HSL color Cylindrical-coordinate representation of color #024FC2: hue angle of 215.94º 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 #024FC2 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 79 | 194 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.24 |
| HSL | 215.94º | 0.98% | 0.38% | - |
| HSV(B) | 215.94º | 0.99% | 0.76% | - |
| XYZ | 12.56 | 9.5 | 52.21 | - |
| YUV | 69.09 | 198.49 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 194 | 0.99 | 0.59 | 0 | 0.24 | 215.94 | 0.98 | 0.38 |
| Hex | 2 | 4F | C2 | 63 | 3B | 0 | 18 | D8 | 62 | 26 |
| Octal | 2 | 117 | 302 | 143 | 73 | 0 | 30 | 330 | 142 | 46 |
| Binary | 10 | 1001111 | 11000010 | 1100011 | 111011 | 0 | 11000 | 11011000 | 1100010 | 100110 |
Color Harmonies of #024FC2
Complementary color
Monochromatic Colors of #024FC2
Black with #024FC2
Text Example
Text Example
White with #024FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FC2; }
p { color: rgb(2,79,194); }
H1.HeaderClassName
{
color: #024FC2;
}
.AnyTagClassName
{
color: #024FC2;
}
</style>
background-color css
<style>
a { background-color: #024FC2; }
a { background-color: rgb(2,79,194); }
div.DivClassName
{
background-color: #024FC2;
}
.BgClassName
{
background-color: #024FC2;
}
</style>
border-color css
<style>
span { border-color: #024FC2; }
span { border-color: rgb(2,79,194); }
td.TdClassName
{
border-color: #024FC2;
}
.TagClassName
{
border-color: #024FC2;
}
</style>