Shades of Blue #2220EA
Tints of Blue #2220EA
RGB
CMYK
RGB Variations
Color information
#2220EA (or 0x2220EA) is known color: Blue. HEX triplet: 22, 20 and EA. RGB value is (34,32,234). Sum of RGB (Red+Green+Blue) = 34+32+234=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #2220EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2220EA is #DDDF15. Grayscale: #363636. Windows color (decimal): -14540566 or 15343650. OLE color: 15343650.
HSL color Cylindrical-coordinate representation of color #2220EA: hue angle of 240.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2220EA is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 32 | 234 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.08 |
| HSL | 240.59º | 0.83% | 0.52% | - |
| HSV(B) | 240.59º | 0.86% | 0.92% | - |
| XYZ | 16.03 | 7.31 | 78.41 | - |
| YUV | 55.63 | 228.66 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 234 | 0.85 | 0.86 | 0 | 0.08 | 240.59 | 0.83 | 0.52 |
| Hex | 22 | 20 | EA | 55 | 56 | 0 | 8 | F1 | 53 | 34 |
| Octal | 42 | 40 | 352 | 125 | 126 | 0 | 10 | 361 | 123 | 64 |
| Binary | 100010 | 100000 | 11101010 | 1010101 | 1010110 | 0 | 1000 | 11110001 | 1010011 | 110100 |
Color Harmonies of #2220EA
Complementary color
Monochromatic Colors of #2220EA
Black with #2220EA
Text Example
Text Example
White with #2220EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2220EA; }
p { color: rgb(34,32,234); }
H1.HeaderClassName
{
color: #2220EA;
}
.AnyTagClassName
{
color: #2220EA;
}
</style>
background-color css
<style>
a { background-color: #2220EA; }
a { background-color: rgb(34,32,234); }
div.DivClassName
{
background-color: #2220EA;
}
.BgClassName
{
background-color: #2220EA;
}
</style>
border-color css
<style>
span { border-color: #2220EA; }
span { border-color: rgb(34,32,234); }
td.TdClassName
{
border-color: #2220EA;
}
.TagClassName
{
border-color: #2220EA;
}
</style>