Shades of Blue #220EEA
Tints of Blue #220EEA
RGB
CMYK
RGB Variations
Color information
#220EEA (or 0x220EEA) is known color: Blue. HEX triplet: 22, 0E and EA. RGB value is (34,14,234). Sum of RGB (Red+Green+Blue) = 34+14+234=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 14 (5.86% from 255 or 4.96% 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 #220EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220EEA is #DDF115. Grayscale: #2C2C2C. Windows color (decimal): -14545174 or 15339042. OLE color: 15339042.
HSL color Cylindrical-coordinate representation of color #220EEA: hue angle of 245.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220EEA is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 14 | 234 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.08 |
| HSL | 245.45º | 0.89% | 0.49% | - |
| HSV(B) | 245.45º | 0.94% | 0.92% | - |
| XYZ | 15.67 | 6.59 | 78.29 | - |
| YUV | 45.06 | 234.63 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 234 | 0.85 | 0.94 | 0 | 0.08 | 245.45 | 0.89 | 0.49 |
| Hex | 22 | E | EA | 55 | 5E | 0 | 8 | F5 | 59 | 31 |
| Octal | 42 | 16 | 352 | 125 | 136 | 0 | 10 | 365 | 131 | 61 |
| Binary | 100010 | 1110 | 11101010 | 1010101 | 1011110 | 0 | 1000 | 11110101 | 1011001 | 110001 |
Color Harmonies of #220EEA
Complementary color
Monochromatic Colors of #220EEA
Black with #220EEA
Text Example
Text Example
White with #220EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220EEA; }
p { color: rgb(34,14,234); }
H1.HeaderClassName
{
color: #220EEA;
}
.AnyTagClassName
{
color: #220EEA;
}
</style>
background-color css
<style>
a { background-color: #220EEA; }
a { background-color: rgb(34,14,234); }
div.DivClassName
{
background-color: #220EEA;
}
.BgClassName
{
background-color: #220EEA;
}
</style>
border-color css
<style>
span { border-color: #220EEA; }
span { border-color: rgb(34,14,234); }
td.TdClassName
{
border-color: #220EEA;
}
.TagClassName
{
border-color: #220EEA;
}
</style>