Shades of Cobalt #024AC2
Tints of Cobalt #024AC2
RGB
CMYK
RGB Variations
Color information
#024AC2 (or 0x024AC2) is known color: Cobalt. HEX triplet: 02, 4A and C2. RGB value is (2,74,194). Sum of RGB (Red+Green+Blue) = 2+74+194=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 194 (76.17% from 255 or 71.85% from 270); Max value from RGB is 194 - color contains mainly: blue. Hex color #024AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AC2 is #FDB53D. Grayscale: #414141. Windows color (decimal): -16627006 or 12732930. OLE color: 12732930.
HSL color Cylindrical-coordinate representation of color #024AC2: hue angle of 217.5º 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 #024AC2 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 74 | 194 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.24 |
| HSL | 217.5º | 0.98% | 0.38% | - |
| HSV(B) | 217.5º | 0.99% | 0.76% | - |
| XYZ | 12.21 | 8.81 | 52.09 | - |
| YUV | 66.15 | 200.15 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 194 | 0.99 | 0.62 | 0 | 0.24 | 217.5 | 0.98 | 0.38 |
| Hex | 2 | 4A | C2 | 63 | 3E | 0 | 18 | DA | 62 | 26 |
| Octal | 2 | 112 | 302 | 143 | 76 | 0 | 30 | 332 | 142 | 46 |
| Binary | 10 | 1001010 | 11000010 | 1100011 | 111110 | 0 | 11000 | 11011010 | 1100010 | 100110 |
Color Harmonies of #024AC2
Complementary color
Monochromatic Colors of #024AC2
Black with #024AC2
Text Example
Text Example
White with #024AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AC2; }
p { color: rgb(2,74,194); }
H1.HeaderClassName
{
color: #024AC2;
}
.AnyTagClassName
{
color: #024AC2;
}
</style>
background-color css
<style>
a { background-color: #024AC2; }
a { background-color: rgb(2,74,194); }
div.DivClassName
{
background-color: #024AC2;
}
.BgClassName
{
background-color: #024AC2;
}
</style>
border-color css
<style>
span { border-color: #024AC2; }
span { border-color: rgb(2,74,194); }
td.TdClassName
{
border-color: #024AC2;
}
.TagClassName
{
border-color: #024AC2;
}
</style>