Shades of Blue #2220EF
Tints of Blue #2220EF
RGB
CMYK
RGB Variations
Color information
#2220EF (or 0x2220EF) is known color: Blue. HEX triplet: 22, 20 and EF. RGB value is (34,32,239). Sum of RGB (Red+Green+Blue) = 34+32+239=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #2220EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2220EF is #DDDF10. Grayscale: #373737. Windows color (decimal): -14540561 or 15671330. OLE color: 15671330.
HSL color Cylindrical-coordinate representation of color #2220EF: hue angle of 240.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2220EF is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 32 | 239 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.06 |
| HSL | 240.58º | 0.87% | 0.53% | - |
| HSV(B) | 240.58º | 0.87% | 0.94% | - |
| XYZ | 16.76 | 7.61 | 82.25 | - |
| YUV | 56.2 | 231.16 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 239 | 0.86 | 0.87 | 0 | 0.06 | 240.58 | 0.87 | 0.53 |
| Hex | 22 | 20 | EF | 56 | 57 | 0 | 6 | F1 | 57 | 35 |
| Octal | 42 | 40 | 357 | 126 | 127 | 0 | 6 | 361 | 127 | 65 |
| Binary | 100010 | 100000 | 11101111 | 1010110 | 1010111 | 0 | 110 | 11110001 | 1010111 | 110101 |
Color Harmonies of #2220EF
Complementary color
Monochromatic Colors of #2220EF
Black with #2220EF
Text Example
Text Example
White with #2220EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2220EF; }
p { color: rgb(34,32,239); }
H1.HeaderClassName
{
color: #2220EF;
}
.AnyTagClassName
{
color: #2220EF;
}
</style>
background-color css
<style>
a { background-color: #2220EF; }
a { background-color: rgb(34,32,239); }
div.DivClassName
{
background-color: #2220EF;
}
.BgClassName
{
background-color: #2220EF;
}
</style>
border-color css
<style>
span { border-color: #2220EF; }
span { border-color: rgb(34,32,239); }
td.TdClassName
{
border-color: #2220EF;
}
.TagClassName
{
border-color: #2220EF;
}
</style>