Shades of Blue #221EE9
Tints of Blue #221EE9
RGB
CMYK
RGB Variations
Color information
#221EE9 (or 0x221EE9) is known color: Blue. HEX triplet: 22, 1E and E9. RGB value is (34,30,233). Sum of RGB (Red+Green+Blue) = 34+30+233=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 233 (91.41% from 255 or 78.45% from 297); Max value from RGB is 233 - color contains mainly: blue. Hex color #221EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221EE9 is #DDE116. Grayscale: #353535. Windows color (decimal): -14541079 or 15277602. OLE color: 15277602.
HSL color Cylindrical-coordinate representation of color #221EE9: hue angle of 241.18º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221EE9 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 30 | 233 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.09 |
| HSL | 241.18º | 0.82% | 0.52% | - |
| HSV(B) | 241.18º | 0.87% | 0.91% | - |
| XYZ | 15.83 | 7.15 | 77.64 | - |
| YUV | 54.34 | 228.83 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 233 | 0.85 | 0.87 | 0 | 0.09 | 241.18 | 0.82 | 0.52 |
| Hex | 22 | 1E | E9 | 55 | 57 | 0 | 9 | F1 | 52 | 34 |
| Octal | 42 | 36 | 351 | 125 | 127 | 0 | 11 | 361 | 122 | 64 |
| Binary | 100010 | 11110 | 11101001 | 1010101 | 1010111 | 0 | 1001 | 11110001 | 1010010 | 110100 |
Color Harmonies of #221EE9
Complementary color
Monochromatic Colors of #221EE9
Black with #221EE9
Text Example
Text Example
White with #221EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221EE9; }
p { color: rgb(34,30,233); }
H1.HeaderClassName
{
color: #221EE9;
}
.AnyTagClassName
{
color: #221EE9;
}
</style>
background-color css
<style>
a { background-color: #221EE9; }
a { background-color: rgb(34,30,233); }
div.DivClassName
{
background-color: #221EE9;
}
.BgClassName
{
background-color: #221EE9;
}
</style>
border-color css
<style>
span { border-color: #221EE9; }
span { border-color: rgb(34,30,233); }
td.TdClassName
{
border-color: #221EE9;
}
.TagClassName
{
border-color: #221EE9;
}
</style>