Shades of Blue #022CEF
Tints of Blue #022CEF
RGB
CMYK
RGB Variations
Color information
#022CEF (or 0x022CEF) is known color: Blue. HEX triplet: 02, 2C and EF. RGB value is (2,44,239). Sum of RGB (Red+Green+Blue) = 2+44+239=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 239 (93.75% from 255 or 83.86% from 285); Max value from RGB is 239 - color contains mainly: blue. Hex color #022CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022CEF is #FDD310. Grayscale: #343434. Windows color (decimal): -16634641 or 15674370. OLE color: 15674370.
HSL color Cylindrical-coordinate representation of color #022CEF: hue angle of 229.37º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CEF is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 44 | 239 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.06 |
| HSL | 229.37º | 0.98% | 0.47% | - |
| HSV(B) | 229.37º | 0.99% | 0.94% | - |
| XYZ | 16.51 | 8.05 | 82.34 | - |
| YUV | 53.67 | 232.59 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 239 | 0.99 | 0.82 | 0 | 0.06 | 229.37 | 0.98 | 0.47 |
| Hex | 2 | 2C | EF | 63 | 52 | 0 | 6 | E5 | 62 | 2F |
| Octal | 2 | 54 | 357 | 143 | 122 | 0 | 6 | 345 | 142 | 57 |
| Binary | 10 | 101100 | 11101111 | 1100011 | 1010010 | 0 | 110 | 11100101 | 1100010 | 101111 |
Color Harmonies of #022CEF
Complementary color
Monochromatic Colors of #022CEF
Black with #022CEF
Text Example
Text Example
White with #022CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CEF; }
p { color: rgb(2,44,239); }
H1.HeaderClassName
{
color: #022CEF;
}
.AnyTagClassName
{
color: #022CEF;
}
</style>
background-color css
<style>
a { background-color: #022CEF; }
a { background-color: rgb(2,44,239); }
div.DivClassName
{
background-color: #022CEF;
}
.BgClassName
{
background-color: #022CEF;
}
</style>
border-color css
<style>
span { border-color: #022CEF; }
span { border-color: rgb(2,44,239); }
td.TdClassName
{
border-color: #022CEF;
}
.TagClassName
{
border-color: #022CEF;
}
</style>