Shades of Blue #221EEC
Tints of Blue #221EEC
RGB
CMYK
RGB Variations
Color information
#221EEC (or 0x221EEC) is known color: Blue. HEX triplet: 22, 1E and EC. RGB value is (34,30,236). Sum of RGB (Red+Green+Blue) = 34+30+236=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 236 (92.58% from 255 or 78.67% from 300); Max value from RGB is 236 - color contains mainly: blue. Hex color #221EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221EEC is #DDE113. Grayscale: #353535. Windows color (decimal): -14541076 or 15474210. OLE color: 15474210.
HSL color Cylindrical-coordinate representation of color #221EEC: hue angle of 241.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221EEC is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 30 | 236 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.07 |
| HSL | 241.17º | 0.84% | 0.52% | - |
| HSV(B) | 241.17º | 0.87% | 0.93% | - |
| XYZ | 16.26 | 7.32 | 79.91 | - |
| YUV | 54.68 | 230.33 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 236 | 0.86 | 0.87 | 0 | 0.07 | 241.17 | 0.84 | 0.52 |
| Hex | 22 | 1E | EC | 56 | 57 | 0 | 7 | F1 | 54 | 34 |
| Octal | 42 | 36 | 354 | 126 | 127 | 0 | 7 | 361 | 124 | 64 |
| Binary | 100010 | 11110 | 11101100 | 1010110 | 1010111 | 0 | 111 | 11110001 | 1010100 | 110100 |
Color Harmonies of #221EEC
Complementary color
Monochromatic Colors of #221EEC
Black with #221EEC
Text Example
Text Example
White with #221EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221EEC; }
p { color: rgb(34,30,236); }
H1.HeaderClassName
{
color: #221EEC;
}
.AnyTagClassName
{
color: #221EEC;
}
</style>
background-color css
<style>
a { background-color: #221EEC; }
a { background-color: rgb(34,30,236); }
div.DivClassName
{
background-color: #221EEC;
}
.BgClassName
{
background-color: #221EEC;
}
</style>
border-color css
<style>
span { border-color: #221EEC; }
span { border-color: rgb(34,30,236); }
td.TdClassName
{
border-color: #221EEC;
}
.TagClassName
{
border-color: #221EEC;
}
</style>