Shades of Blue #2214E9
Tints of Blue #2214E9
RGB
CMYK
RGB Variations
Color information
#2214E9 (or 0x2214E9) is known color: Blue. HEX triplet: 22, 14 and E9. RGB value is (34,20,233). Sum of RGB (Red+Green+Blue) = 34+20+233=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 233 (91.41% from 255 or 81.18% from 287); Max value from RGB is 233 - color contains mainly: blue. Hex color #2214E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2214E9 is #DDEB16. Grayscale: #2F2F2F. Windows color (decimal): -14543639 or 15275042. OLE color: 15275042.
HSL color Cylindrical-coordinate representation of color #2214E9: hue angle of 243.94º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2214E9 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 20 | 233 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.09 |
| HSL | 243.94º | 0.84% | 0.5% | - |
| HSV(B) | 243.94º | 0.91% | 0.91% | - |
| XYZ | 15.62 | 6.72 | 77.57 | - |
| YUV | 48.47 | 232.14 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 233 | 0.85 | 0.91 | 0 | 0.09 | 243.94 | 0.84 | 0.5 |
| Hex | 22 | 14 | E9 | 55 | 5B | 0 | 9 | F4 | 54 | 32 |
| Octal | 42 | 24 | 351 | 125 | 133 | 0 | 11 | 364 | 124 | 62 |
| Binary | 100010 | 10100 | 11101001 | 1010101 | 1011011 | 0 | 1001 | 11110100 | 1010100 | 110010 |
Color Harmonies of #2214E9
Complementary color
Monochromatic Colors of #2214E9
Black with #2214E9
Text Example
Text Example
White with #2214E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2214E9; }
p { color: rgb(34,20,233); }
H1.HeaderClassName
{
color: #2214E9;
}
.AnyTagClassName
{
color: #2214E9;
}
</style>
background-color css
<style>
a { background-color: #2214E9; }
a { background-color: rgb(34,20,233); }
div.DivClassName
{
background-color: #2214E9;
}
.BgClassName
{
background-color: #2214E9;
}
</style>
border-color css
<style>
span { border-color: #2214E9; }
span { border-color: rgb(34,20,233); }
td.TdClassName
{
border-color: #2214E9;
}
.TagClassName
{
border-color: #2214E9;
}
</style>