Shades of Cobalt #024AB8
Tints of Cobalt #024AB8
RGB
CMYK
RGB Variations
Color information
#024AB8 (or 0x024AB8) is known color: Cobalt. HEX triplet: 02, 4A and B8. RGB value is (2,74,184). Sum of RGB (Red+Green+Blue) = 2+74+184=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 184 (72.27% from 255 or 70.77% from 260); Max value from RGB is 184 - color contains mainly: blue. Hex color #024AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AB8 is #FDB547. Grayscale: #404040. Windows color (decimal): -16627016 or 12077570. OLE color: 12077570.
HSL color Cylindrical-coordinate representation of color #024AB8: hue angle of 216.26º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AB8 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 74 | 184 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.28 |
| HSL | 216.26º | 0.98% | 0.36% | - |
| HSV(B) | 216.26º | 0.99% | 0.72% | - |
| XYZ | 11.13 | 8.37 | 46.38 | - |
| YUV | 65.01 | 195.15 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 184 | 0.99 | 0.60 | 0 | 0.28 | 216.26 | 0.98 | 0.36 |
| Hex | 2 | 4A | B8 | 63 | 3C | 0 | 1C | D8 | 62 | 24 |
| Octal | 2 | 112 | 270 | 143 | 74 | 0 | 34 | 330 | 142 | 44 |
| Binary | 10 | 1001010 | 10111000 | 1100011 | 111100 | 0 | 11100 | 11011000 | 1100010 | 100100 |
Color Harmonies of #024AB8
Complementary color
Monochromatic Colors of #024AB8
Black with #024AB8
Text Example
Text Example
White with #024AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AB8; }
p { color: rgb(2,74,184); }
H1.HeaderClassName
{
color: #024AB8;
}
.AnyTagClassName
{
color: #024AB8;
}
</style>
background-color css
<style>
a { background-color: #024AB8; }
a { background-color: rgb(2,74,184); }
div.DivClassName
{
background-color: #024AB8;
}
.BgClassName
{
background-color: #024AB8;
}
</style>
border-color css
<style>
span { border-color: #024AB8; }
span { border-color: rgb(2,74,184); }
td.TdClassName
{
border-color: #024AB8;
}
.TagClassName
{
border-color: #024AB8;
}
</style>