Shades of Cobalt #024FBC
Tints of Cobalt #024FBC
RGB
CMYK
RGB Variations
Color information
#024FBC (or 0x024FBC) is known color: Cobalt. HEX triplet: 02, 4F and BC. RGB value is (2,79,188). Sum of RGB (Red+Green+Blue) = 2+79+188=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #024FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FBC is #FDB043. Grayscale: #434343. Windows color (decimal): -16625732 or 12340994. OLE color: 12340994.
HSL color Cylindrical-coordinate representation of color #024FBC: hue angle of 215.16º 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 #024FBC is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 79 | 188 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.26 |
| HSL | 215.16º | 0.98% | 0.37% | - |
| HSV(B) | 215.16º | 0.99% | 0.74% | - |
| XYZ | 11.9 | 9.24 | 48.73 | - |
| YUV | 68.4 | 195.49 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 188 | 0.99 | 0.58 | 0 | 0.26 | 215.16 | 0.98 | 0.37 |
| Hex | 2 | 4F | BC | 63 | 3A | 0 | 1A | D7 | 62 | 25 |
| Octal | 2 | 117 | 274 | 143 | 72 | 0 | 32 | 327 | 142 | 45 |
| Binary | 10 | 1001111 | 10111100 | 1100011 | 111010 | 0 | 11010 | 11010111 | 1100010 | 100101 |
Color Harmonies of #024FBC
Complementary color
Monochromatic Colors of #024FBC
Black with #024FBC
Text Example
Text Example
White with #024FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FBC; }
p { color: rgb(2,79,188); }
H1.HeaderClassName
{
color: #024FBC;
}
.AnyTagClassName
{
color: #024FBC;
}
</style>
background-color css
<style>
a { background-color: #024FBC; }
a { background-color: rgb(2,79,188); }
div.DivClassName
{
background-color: #024FBC;
}
.BgClassName
{
background-color: #024FBC;
}
</style>
border-color css
<style>
span { border-color: #024FBC; }
span { border-color: rgb(2,79,188); }
td.TdClassName
{
border-color: #024FBC;
}
.TagClassName
{
border-color: #024FBC;
}
</style>