Shades of Blue #022EEE
Tints of Blue #022EEE
RGB
CMYK
RGB Variations
Color information
#022EEE (or 0x022EEE) is known color: Blue. HEX triplet: 02, 2E and EE. RGB value is (2,46,238). Sum of RGB (Red+Green+Blue) = 2+46+238=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 238 (93.36% from 255 or 83.22% from 286); Max value from RGB is 238 - color contains mainly: blue. Hex color #022EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022EEE is #FDD111. Grayscale: #353535. Windows color (decimal): -16634130 or 15609346. OLE color: 15609346.
HSL color Cylindrical-coordinate representation of color #022EEE: hue angle of 228.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022EEE is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 46 | 238 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.07 |
| HSL | 228.81º | 0.98% | 0.47% | - |
| HSV(B) | 228.81º | 0.99% | 0.93% | - |
| XYZ | 16.43 | 8.14 | 81.59 | - |
| YUV | 54.73 | 231.42 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 238 | 0.99 | 0.81 | 0 | 0.07 | 228.81 | 0.98 | 0.47 |
| Hex | 2 | 2E | EE | 63 | 51 | 0 | 7 | E5 | 62 | 2F |
| Octal | 2 | 56 | 356 | 143 | 121 | 0 | 7 | 345 | 142 | 57 |
| Binary | 10 | 101110 | 11101110 | 1100011 | 1010001 | 0 | 111 | 11100101 | 1100010 | 101111 |
Color Harmonies of #022EEE
Complementary color
Monochromatic Colors of #022EEE
Black with #022EEE
Text Example
Text Example
White with #022EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EEE; }
p { color: rgb(2,46,238); }
H1.HeaderClassName
{
color: #022EEE;
}
.AnyTagClassName
{
color: #022EEE;
}
</style>
background-color css
<style>
a { background-color: #022EEE; }
a { background-color: rgb(2,46,238); }
div.DivClassName
{
background-color: #022EEE;
}
.BgClassName
{
background-color: #022EEE;
}
</style>
border-color css
<style>
span { border-color: #022EEE; }
span { border-color: rgb(2,46,238); }
td.TdClassName
{
border-color: #022EEE;
}
.TagClassName
{
border-color: #022EEE;
}
</style>