Shades of Cobalt #024BC2
Tints of Cobalt #024BC2
RGB
CMYK
RGB Variations
Color information
#024BC2 (or 0x024BC2) is known color: Cobalt. HEX triplet: 02, 4B and C2. RGB value is (2,75,194). Sum of RGB (Red+Green+Blue) = 2+75+194=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 194 (76.17% from 255 or 71.59% from 271); Max value from RGB is 194 - color contains mainly: blue. Hex color #024BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BC2 is #FDB43D. Grayscale: #424242. Windows color (decimal): -16626750 or 12733186. OLE color: 12733186.
HSL color Cylindrical-coordinate representation of color #024BC2: hue angle of 217.19º 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 #024BC2 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 75 | 194 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.24 |
| HSL | 217.19º | 0.98% | 0.38% | - |
| HSV(B) | 217.19º | 0.99% | 0.76% | - |
| XYZ | 12.28 | 8.94 | 52.12 | - |
| YUV | 66.74 | 199.82 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 194 | 0.99 | 0.61 | 0 | 0.24 | 217.19 | 0.98 | 0.38 |
| Hex | 2 | 4B | C2 | 63 | 3D | 0 | 18 | D9 | 62 | 26 |
| Octal | 2 | 113 | 302 | 143 | 75 | 0 | 30 | 331 | 142 | 46 |
| Binary | 10 | 1001011 | 11000010 | 1100011 | 111101 | 0 | 11000 | 11011001 | 1100010 | 100110 |
Color Harmonies of #024BC2
Complementary color
Monochromatic Colors of #024BC2
Black with #024BC2
Text Example
Text Example
White with #024BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BC2; }
p { color: rgb(2,75,194); }
H1.HeaderClassName
{
color: #024BC2;
}
.AnyTagClassName
{
color: #024BC2;
}
</style>
background-color css
<style>
a { background-color: #024BC2; }
a { background-color: rgb(2,75,194); }
div.DivClassName
{
background-color: #024BC2;
}
.BgClassName
{
background-color: #024BC2;
}
</style>
border-color css
<style>
span { border-color: #024BC2; }
span { border-color: rgb(2,75,194); }
td.TdClassName
{
border-color: #024BC2;
}
.TagClassName
{
border-color: #024BC2;
}
</style>