Shades of Cobalt #024BBF
Tints of Cobalt #024BBF
RGB
CMYK
RGB Variations
Color information
#024BBF (or 0x024BBF) is known color: Cobalt. HEX triplet: 02, 4B and BF. RGB value is (2,75,191). Sum of RGB (Red+Green+Blue) = 2+75+191=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #024BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BBF is #FDB440. Grayscale: #414141. Windows color (decimal): -16626753 or 12536578. OLE color: 12536578.
HSL color Cylindrical-coordinate representation of color #024BBF: hue angle of 216.83º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BBF is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 75 | 191 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.25 |
| HSL | 216.83º | 0.98% | 0.38% | - |
| HSV(B) | 216.83º | 0.99% | 0.75% | - |
| XYZ | 11.95 | 8.81 | 50.36 | - |
| YUV | 66.4 | 198.32 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 191 | 0.99 | 0.61 | 0 | 0.25 | 216.83 | 0.98 | 0.38 |
| Hex | 2 | 4B | BF | 63 | 3D | 0 | 19 | D9 | 62 | 26 |
| Octal | 2 | 113 | 277 | 143 | 75 | 0 | 31 | 331 | 142 | 46 |
| Binary | 10 | 1001011 | 10111111 | 1100011 | 111101 | 0 | 11001 | 11011001 | 1100010 | 100110 |
Color Harmonies of #024BBF
Complementary color
Monochromatic Colors of #024BBF
Black with #024BBF
Text Example
Text Example
White with #024BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BBF; }
p { color: rgb(2,75,191); }
H1.HeaderClassName
{
color: #024BBF;
}
.AnyTagClassName
{
color: #024BBF;
}
</style>
background-color css
<style>
a { background-color: #024BBF; }
a { background-color: rgb(2,75,191); }
div.DivClassName
{
background-color: #024BBF;
}
.BgClassName
{
background-color: #024BBF;
}
</style>
border-color css
<style>
span { border-color: #024BBF; }
span { border-color: rgb(2,75,191); }
td.TdClassName
{
border-color: #024BBF;
}
.TagClassName
{
border-color: #024BBF;
}
</style>