Shades of Blue #022EEA
Tints of Blue #022EEA
RGB
CMYK
RGB Variations
Color information
#022EEA (or 0x022EEA) is known color: Blue. HEX triplet: 02, 2E and EA. RGB value is (2,46,234). Sum of RGB (Red+Green+Blue) = 2+46+234=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 234 (91.80% from 255 or 82.98% from 282); Max value from RGB is 234 - color contains mainly: blue. Hex color #022EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022EEA is #FDD115. Grayscale: #353535. Windows color (decimal): -16634134 or 15347202. OLE color: 15347202.
HSL color Cylindrical-coordinate representation of color #022EEA: hue angle of 228.62º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022EEA is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 46 | 234 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.08 |
| HSL | 228.62º | 0.98% | 0.46% | - |
| HSV(B) | 228.62º | 0.99% | 0.92% | - |
| XYZ | 15.85 | 7.91 | 78.53 | - |
| YUV | 54.28 | 229.42 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 234 | 0.99 | 0.80 | 0 | 0.08 | 228.62 | 0.98 | 0.46 |
| Hex | 2 | 2E | EA | 63 | 50 | 0 | 8 | E5 | 62 | 2E |
| Octal | 2 | 56 | 352 | 143 | 120 | 0 | 10 | 345 | 142 | 56 |
| Binary | 10 | 101110 | 11101010 | 1100011 | 1010000 | 0 | 1000 | 11100101 | 1100010 | 101110 |
Color Harmonies of #022EEA
Complementary color
Monochromatic Colors of #022EEA
Black with #022EEA
Text Example
Text Example
White with #022EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EEA; }
p { color: rgb(2,46,234); }
H1.HeaderClassName
{
color: #022EEA;
}
.AnyTagClassName
{
color: #022EEA;
}
</style>
background-color css
<style>
a { background-color: #022EEA; }
a { background-color: rgb(2,46,234); }
div.DivClassName
{
background-color: #022EEA;
}
.BgClassName
{
background-color: #022EEA;
}
</style>
border-color css
<style>
span { border-color: #022EEA; }
span { border-color: rgb(2,46,234); }
td.TdClassName
{
border-color: #022EEA;
}
.TagClassName
{
border-color: #022EEA;
}
</style>