Shades of Blue #022EEF
Tints of Blue #022EEF
RGB
CMYK
RGB Variations
Color information
#022EEF (or 0x022EEF) is known color: Blue. HEX triplet: 02, 2E and EF. RGB value is (2,46,239). Sum of RGB (Red+Green+Blue) = 2+46+239=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 239 (93.75% from 255 or 83.28% from 287); Max value from RGB is 239 - color contains mainly: blue. Hex color #022EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022EEF is #FDD110. Grayscale: #363636. Windows color (decimal): -16634129 or 15674882. OLE color: 15674882.
HSL color Cylindrical-coordinate representation of color #022EEF: hue angle of 228.86º 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 #022EEF is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 46 | 239 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.06 |
| HSL | 228.86º | 0.98% | 0.47% | - |
| HSV(B) | 228.86º | 0.99% | 0.94% | - |
| XYZ | 16.58 | 8.2 | 82.37 | - |
| YUV | 54.85 | 231.92 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 239 | 0.99 | 0.81 | 0 | 0.06 | 228.86 | 0.98 | 0.47 |
| Hex | 2 | 2E | EF | 63 | 51 | 0 | 6 | E5 | 62 | 2F |
| Octal | 2 | 56 | 357 | 143 | 121 | 0 | 6 | 345 | 142 | 57 |
| Binary | 10 | 101110 | 11101111 | 1100011 | 1010001 | 0 | 110 | 11100101 | 1100010 | 101111 |
Color Harmonies of #022EEF
Complementary color
Monochromatic Colors of #022EEF
Black with #022EEF
Text Example
Text Example
White with #022EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EEF; }
p { color: rgb(2,46,239); }
H1.HeaderClassName
{
color: #022EEF;
}
.AnyTagClassName
{
color: #022EEF;
}
</style>
background-color css
<style>
a { background-color: #022EEF; }
a { background-color: rgb(2,46,239); }
div.DivClassName
{
background-color: #022EEF;
}
.BgClassName
{
background-color: #022EEF;
}
</style>
border-color css
<style>
span { border-color: #022EEF; }
span { border-color: rgb(2,46,239); }
td.TdClassName
{
border-color: #022EEF;
}
.TagClassName
{
border-color: #022EEF;
}
</style>