Shades of Cobalt #024AC8
Tints of Cobalt #024AC8
RGB
CMYK
RGB Variations
Color information
#024AC8 (or 0x024AC8) is known color: Cobalt. HEX triplet: 02, 4A and C8. RGB value is (2,74,200). Sum of RGB (Red+Green+Blue) = 2+74+200=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 200 (78.52% from 255 or 72.46% from 276); Max value from RGB is 200 - color contains mainly: blue. Hex color #024AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AC8 is #FDB537. Grayscale: #424242. Windows color (decimal): -16627000 or 13126146. OLE color: 13126146.
HSL color Cylindrical-coordinate representation of color #024AC8: hue angle of 218.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AC8 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 74 | 200 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.22 |
| HSL | 218.18º | 0.98% | 0.4% | - |
| HSV(B) | 218.18º | 0.99% | 0.78% | - |
| XYZ | 12.9 | 9.08 | 55.72 | - |
| YUV | 66.84 | 203.15 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 200 | 0.99 | 0.63 | 0 | 0.22 | 218.18 | 0.98 | 0.4 |
| Hex | 2 | 4A | C8 | 63 | 3F | 0 | 16 | DA | 62 | 28 |
| Octal | 2 | 112 | 310 | 143 | 77 | 0 | 26 | 332 | 142 | 50 |
| Binary | 10 | 1001010 | 11001000 | 1100011 | 111111 | 0 | 10110 | 11011010 | 1100010 | 101000 |
Color Harmonies of #024AC8
Complementary color
Monochromatic Colors of #024AC8
Black with #024AC8
Text Example
Text Example
White with #024AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AC8; }
p { color: rgb(2,74,200); }
H1.HeaderClassName
{
color: #024AC8;
}
.AnyTagClassName
{
color: #024AC8;
}
</style>
background-color css
<style>
a { background-color: #024AC8; }
a { background-color: rgb(2,74,200); }
div.DivClassName
{
background-color: #024AC8;
}
.BgClassName
{
background-color: #024AC8;
}
</style>
border-color css
<style>
span { border-color: #024AC8; }
span { border-color: rgb(2,74,200); }
td.TdClassName
{
border-color: #024AC8;
}
.TagClassName
{
border-color: #024AC8;
}
</style>