Shades of Cobalt #024FAE
Tints of Cobalt #024FAE
RGB
CMYK
RGB Variations
Color information
#024FAE (or 0x024FAE) is known color: Cobalt. HEX triplet: 02, 4F and AE. RGB value is (2,79,174). Sum of RGB (Red+Green+Blue) = 2+79+174=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #024FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FAE is #FDB051. Grayscale: #424242. Windows color (decimal): -16625746 or 11423490. OLE color: 11423490.
HSL color Cylindrical-coordinate representation of color #024FAE: hue angle of 213.14º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FAE is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 79 | 174 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.32 |
| HSL | 213.14º | 0.98% | 0.35% | - |
| HSV(B) | 213.14º | 0.99% | 0.68% | - |
| XYZ | 10.46 | 8.66 | 41.16 | - |
| YUV | 66.81 | 188.49 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 174 | 0.99 | 0.55 | 0 | 0.32 | 213.14 | 0.98 | 0.35 |
| Hex | 2 | 4F | AE | 63 | 37 | 0 | 20 | D5 | 62 | 23 |
| Octal | 2 | 117 | 256 | 143 | 67 | 0 | 40 | 325 | 142 | 43 |
| Binary | 10 | 1001111 | 10101110 | 1100011 | 110111 | 0 | 100000 | 11010101 | 1100010 | 100011 |
Color Harmonies of #024FAE
Complementary color
Monochromatic Colors of #024FAE
Black with #024FAE
Text Example
Text Example
White with #024FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FAE; }
p { color: rgb(2,79,174); }
H1.HeaderClassName
{
color: #024FAE;
}
.AnyTagClassName
{
color: #024FAE;
}
</style>
background-color css
<style>
a { background-color: #024FAE; }
a { background-color: rgb(2,79,174); }
div.DivClassName
{
background-color: #024FAE;
}
.BgClassName
{
background-color: #024FAE;
}
</style>
border-color css
<style>
span { border-color: #024FAE; }
span { border-color: rgb(2,79,174); }
td.TdClassName
{
border-color: #024FAE;
}
.TagClassName
{
border-color: #024FAE;
}
</style>