Shades of Blue #220EEF
Tints of Blue #220EEF
RGB
CMYK
RGB Variations
Color information
#220EEF (or 0x220EEF) is known color: Blue. HEX triplet: 22, 0E and EF. RGB value is (34,14,239). Sum of RGB (Red+Green+Blue) = 34+14+239=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 14 (5.86% from 255 or 4.88% 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 #220EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220EEF is #DDF110. Grayscale: #2C2C2C. Windows color (decimal): -14545169 or 15666722. OLE color: 15666722.
HSL color Cylindrical-coordinate representation of color #220EEF: hue angle of 245.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220EEF is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 14 | 239 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.06 |
| HSL | 245.33º | 0.89% | 0.5% | - |
| HSV(B) | 245.33º | 0.94% | 0.94% | - |
| XYZ | 16.4 | 6.89 | 82.13 | - |
| YUV | 45.63 | 237.13 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 239 | 0.86 | 0.94 | 0 | 0.06 | 245.33 | 0.89 | 0.5 |
| Hex | 22 | E | EF | 56 | 5E | 0 | 6 | F5 | 59 | 32 |
| Octal | 42 | 16 | 357 | 126 | 136 | 0 | 6 | 365 | 131 | 62 |
| Binary | 100010 | 1110 | 11101111 | 1010110 | 1011110 | 0 | 110 | 11110101 | 1011001 | 110010 |
Color Harmonies of #220EEF
Complementary color
Monochromatic Colors of #220EEF
Black with #220EEF
Text Example
Text Example
White with #220EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220EEF; }
p { color: rgb(34,14,239); }
H1.HeaderClassName
{
color: #220EEF;
}
.AnyTagClassName
{
color: #220EEF;
}
</style>
background-color css
<style>
a { background-color: #220EEF; }
a { background-color: rgb(34,14,239); }
div.DivClassName
{
background-color: #220EEF;
}
.BgClassName
{
background-color: #220EEF;
}
</style>
border-color css
<style>
span { border-color: #220EEF; }
span { border-color: rgb(34,14,239); }
td.TdClassName
{
border-color: #220EEF;
}
.TagClassName
{
border-color: #220EEF;
}
</style>