Shades of Cobalt #024FB0
Tints of Cobalt #024FB0
RGB
CMYK
RGB Variations
Color information
#024FB0 (or 0x024FB0) is known color: Cobalt. HEX triplet: 02, 4F and B0. RGB value is (2,79,176). Sum of RGB (Red+Green+Blue) = 2+79+176=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 176 (69.14% from 255 or 68.48% from 257); Max value from RGB is 176 - color contains mainly: blue. Hex color #024FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FB0 is #FDB04F. Grayscale: #424242. Windows color (decimal): -16625744 or 11554562. OLE color: 11554562.
HSL color Cylindrical-coordinate representation of color #024FB0: hue angle of 213.45º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FB0 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 79 | 176 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.31 |
| HSL | 213.45º | 0.98% | 0.35% | - |
| HSV(B) | 213.45º | 0.99% | 0.69% | - |
| XYZ | 10.66 | 8.74 | 42.2 | - |
| YUV | 67.04 | 189.49 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 176 | 0.99 | 0.55 | 0 | 0.31 | 213.45 | 0.98 | 0.35 |
| Hex | 2 | 4F | B0 | 63 | 37 | 0 | 1F | D5 | 62 | 23 |
| Octal | 2 | 117 | 260 | 143 | 67 | 0 | 37 | 325 | 142 | 43 |
| Binary | 10 | 1001111 | 10110000 | 1100011 | 110111 | 0 | 11111 | 11010101 | 1100010 | 100011 |
Color Harmonies of #024FB0
Complementary color
Monochromatic Colors of #024FB0
Black with #024FB0
Text Example
Text Example
White with #024FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FB0; }
p { color: rgb(2,79,176); }
H1.HeaderClassName
{
color: #024FB0;
}
.AnyTagClassName
{
color: #024FB0;
}
</style>
background-color css
<style>
a { background-color: #024FB0; }
a { background-color: rgb(2,79,176); }
div.DivClassName
{
background-color: #024FB0;
}
.BgClassName
{
background-color: #024FB0;
}
</style>
border-color css
<style>
span { border-color: #024FB0; }
span { border-color: rgb(2,79,176); }
td.TdClassName
{
border-color: #024FB0;
}
.TagClassName
{
border-color: #024FB0;
}
</style>