Shades of Cobalt #024FA7
Tints of Cobalt #024FA7
RGB
CMYK
RGB Variations
Color information
#024FA7 (or 0x024FA7) is known color: Cobalt. HEX triplet: 02, 4F and A7. RGB value is (2,79,167). Sum of RGB (Red+Green+Blue) = 2+79+167=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 167 (65.62% from 255 or 67.34% from 248); Max value from RGB is 167 - color contains mainly: blue. Hex color #024FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FA7 is #FDB058. Grayscale: #414141. Windows color (decimal): -16625753 or 10964738. OLE color: 10964738.
HSL color Cylindrical-coordinate representation of color #024FA7: hue angle of 212º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FA7 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 79 | 167 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.35 |
| HSL | 212º | 0.98% | 0.33% | - |
| HSV(B) | 212º | 0.99% | 0.65% | - |
| XYZ | 9.8 | 8.39 | 37.66 | - |
| YUV | 66.01 | 184.99 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 167 | 0.99 | 0.53 | 0 | 0.35 | 212 | 0.98 | 0.33 |
| Hex | 2 | 4F | A7 | 63 | 35 | 0 | 23 | D4 | 62 | 21 |
| Octal | 2 | 117 | 247 | 143 | 65 | 0 | 43 | 324 | 142 | 41 |
| Binary | 10 | 1001111 | 10100111 | 1100011 | 110101 | 0 | 100011 | 11010100 | 1100010 | 100001 |
Color Harmonies of #024FA7
Complementary color
Monochromatic Colors of #024FA7
Black with #024FA7
Text Example
Text Example
White with #024FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FA7; }
p { color: rgb(2,79,167); }
H1.HeaderClassName
{
color: #024FA7;
}
.AnyTagClassName
{
color: #024FA7;
}
</style>
background-color css
<style>
a { background-color: #024FA7; }
a { background-color: rgb(2,79,167); }
div.DivClassName
{
background-color: #024FA7;
}
.BgClassName
{
background-color: #024FA7;
}
</style>
border-color css
<style>
span { border-color: #024FA7; }
span { border-color: rgb(2,79,167); }
td.TdClassName
{
border-color: #024FA7;
}
.TagClassName
{
border-color: #024FA7;
}
</style>