Shades of Cobalt #024BC7
Tints of Cobalt #024BC7
RGB
CMYK
RGB Variations
Color information
#024BC7 (or 0x024BC7) is known color: Cobalt. HEX triplet: 02, 4B and C7. RGB value is (2,75,199). Sum of RGB (Red+Green+Blue) = 2+75+199=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 199 (78.12% from 255 or 72.10% from 276); Max value from RGB is 199 - color contains mainly: blue. Hex color #024BC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BC7 is #FDB438. Grayscale: #424242. Windows color (decimal): -16626745 or 13060866. OLE color: 13060866.
HSL color Cylindrical-coordinate representation of color #024BC7: hue angle of 217.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BC7 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 75 | 199 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.22 |
| HSL | 217.77º | 0.98% | 0.39% | - |
| HSV(B) | 217.77º | 0.99% | 0.78% | - |
| XYZ | 12.85 | 9.17 | 55.13 | - |
| YUV | 67.31 | 202.32 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 199 | 0.99 | 0.62 | 0 | 0.22 | 217.77 | 0.98 | 0.39 |
| Hex | 2 | 4B | C7 | 63 | 3E | 0 | 16 | DA | 62 | 27 |
| Octal | 2 | 113 | 307 | 143 | 76 | 0 | 26 | 332 | 142 | 47 |
| Binary | 10 | 1001011 | 11000111 | 1100011 | 111110 | 0 | 10110 | 11011010 | 1100010 | 100111 |
Color Harmonies of #024BC7
Complementary color
Monochromatic Colors of #024BC7
Black with #024BC7
Text Example
Text Example
White with #024BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BC7; }
p { color: rgb(2,75,199); }
H1.HeaderClassName
{
color: #024BC7;
}
.AnyTagClassName
{
color: #024BC7;
}
</style>
background-color css
<style>
a { background-color: #024BC7; }
a { background-color: rgb(2,75,199); }
div.DivClassName
{
background-color: #024BC7;
}
.BgClassName
{
background-color: #024BC7;
}
</style>
border-color css
<style>
span { border-color: #024BC7; }
span { border-color: rgb(2,75,199); }
td.TdClassName
{
border-color: #024BC7;
}
.TagClassName
{
border-color: #024BC7;
}
</style>