Shades of Cobalt #024ABD
Tints of Cobalt #024ABD
RGB
CMYK
RGB Variations
Color information
#024ABD (or 0x024ABD) is known color: Cobalt. HEX triplet: 02, 4A and BD. RGB value is (2,74,189). Sum of RGB (Red+Green+Blue) = 2+74+189=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #024ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ABD is #FDB542. Grayscale: #414141. Windows color (decimal): -16627011 or 12405250. OLE color: 12405250.
HSL color Cylindrical-coordinate representation of color #024ABD: hue angle of 216.9º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ABD is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 74 | 189 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.26 |
| HSL | 216.9º | 0.98% | 0.37% | - |
| HSV(B) | 216.9º | 0.99% | 0.74% | - |
| XYZ | 11.66 | 8.58 | 49.19 | - |
| YUV | 65.58 | 197.65 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 189 | 0.99 | 0.61 | 0 | 0.26 | 216.9 | 0.98 | 0.37 |
| Hex | 2 | 4A | BD | 63 | 3D | 0 | 1A | D9 | 62 | 25 |
| Octal | 2 | 112 | 275 | 143 | 75 | 0 | 32 | 331 | 142 | 45 |
| Binary | 10 | 1001010 | 10111101 | 1100011 | 111101 | 0 | 11010 | 11011001 | 1100010 | 100101 |
Color Harmonies of #024ABD
Complementary color
Monochromatic Colors of #024ABD
Black with #024ABD
Text Example
Text Example
White with #024ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ABD; }
p { color: rgb(2,74,189); }
H1.HeaderClassName
{
color: #024ABD;
}
.AnyTagClassName
{
color: #024ABD;
}
</style>
background-color css
<style>
a { background-color: #024ABD; }
a { background-color: rgb(2,74,189); }
div.DivClassName
{
background-color: #024ABD;
}
.BgClassName
{
background-color: #024ABD;
}
</style>
border-color css
<style>
span { border-color: #024ABD; }
span { border-color: rgb(2,74,189); }
td.TdClassName
{
border-color: #024ABD;
}
.TagClassName
{
border-color: #024ABD;
}
</style>