Shades of Cobalt #024FB7
Tints of Cobalt #024FB7
RGB
CMYK
RGB Variations
Color information
#024FB7 (or 0x024FB7) is known color: Cobalt. HEX triplet: 02, 4F and B7. RGB value is (2,79,183). Sum of RGB (Red+Green+Blue) = 2+79+183=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 183 (71.88% from 255 or 69.32% from 264); Max value from RGB is 183 - color contains mainly: blue. Hex color #024FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FB7 is #FDB048. Grayscale: #434343. Windows color (decimal): -16625737 or 12013314. OLE color: 12013314.
HSL color Cylindrical-coordinate representation of color #024FB7: hue angle of 214.48º 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 #024FB7 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 79 | 183 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.28 |
| HSL | 214.48º | 0.98% | 0.36% | - |
| HSV(B) | 214.48º | 0.99% | 0.72% | - |
| XYZ | 11.37 | 9.02 | 45.94 | - |
| YUV | 67.83 | 192.99 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 183 | 0.99 | 0.57 | 0 | 0.28 | 214.48 | 0.98 | 0.36 |
| Hex | 2 | 4F | B7 | 63 | 39 | 0 | 1C | D6 | 62 | 24 |
| Octal | 2 | 117 | 267 | 143 | 71 | 0 | 34 | 326 | 142 | 44 |
| Binary | 10 | 1001111 | 10110111 | 1100011 | 111001 | 0 | 11100 | 11010110 | 1100010 | 100100 |
Color Harmonies of #024FB7
Complementary color
Monochromatic Colors of #024FB7
Black with #024FB7
Text Example
Text Example
White with #024FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FB7; }
p { color: rgb(2,79,183); }
H1.HeaderClassName
{
color: #024FB7;
}
.AnyTagClassName
{
color: #024FB7;
}
</style>
background-color css
<style>
a { background-color: #024FB7; }
a { background-color: rgb(2,79,183); }
div.DivClassName
{
background-color: #024FB7;
}
.BgClassName
{
background-color: #024FB7;
}
</style>
border-color css
<style>
span { border-color: #024FB7; }
span { border-color: rgb(2,79,183); }
td.TdClassName
{
border-color: #024FB7;
}
.TagClassName
{
border-color: #024FB7;
}
</style>