Shades of Cobalt #024CBD
Tints of Cobalt #024CBD
RGB
CMYK
RGB Variations
Color information
#024CBD (or 0x024CBD) is known color: Cobalt. HEX triplet: 02, 4C and BD. RGB value is (2,76,189). Sum of RGB (Red+Green+Blue) = 2+76+189=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #024CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CBD is #FDB342. Grayscale: #424242. Windows color (decimal): -16626499 or 12405762. OLE color: 12405762.
HSL color Cylindrical-coordinate representation of color #024CBD: hue angle of 216.26º 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 #024CBD is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 76 | 189 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.26 |
| HSL | 216.26º | 0.98% | 0.37% | - |
| HSV(B) | 216.26º | 0.99% | 0.74% | - |
| XYZ | 11.79 | 8.86 | 49.23 | - |
| YUV | 66.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 189 | 0.99 | 0.60 | 0 | 0.26 | 216.26 | 0.98 | 0.37 |
| Hex | 2 | 4C | BD | 63 | 3C | 0 | 1A | D8 | 62 | 25 |
| Octal | 2 | 114 | 275 | 143 | 74 | 0 | 32 | 330 | 142 | 45 |
| Binary | 10 | 1001100 | 10111101 | 1100011 | 111100 | 0 | 11010 | 11011000 | 1100010 | 100101 |
Color Harmonies of #024CBD
Complementary color
Monochromatic Colors of #024CBD
Black with #024CBD
Text Example
Text Example
White with #024CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CBD; }
p { color: rgb(2,76,189); }
H1.HeaderClassName
{
color: #024CBD;
}
.AnyTagClassName
{
color: #024CBD;
}
</style>
background-color css
<style>
a { background-color: #024CBD; }
a { background-color: rgb(2,76,189); }
div.DivClassName
{
background-color: #024CBD;
}
.BgClassName
{
background-color: #024CBD;
}
</style>
border-color css
<style>
span { border-color: #024CBD; }
span { border-color: rgb(2,76,189); }
td.TdClassName
{
border-color: #024CBD;
}
.TagClassName
{
border-color: #024CBD;
}
</style>