Shades of Blue #2216EA
Tints of Blue #2216EA
RGB
CMYK
RGB Variations
Color information
#2216EA (or 0x2216EA) is known color: Blue. HEX triplet: 22, 16 and EA. RGB value is (34,22,234). Sum of RGB (Red+Green+Blue) = 34+22+234=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 234 (91.80% from 255 or 80.69% from 290); Max value from RGB is 234 - color contains mainly: blue. Hex color #2216EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2216EA is #DDE915. Grayscale: #303030. Windows color (decimal): -14543126 or 15341090. OLE color: 15341090.
HSL color Cylindrical-coordinate representation of color #2216EA: hue angle of 243.4º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2216EA is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 22 | 234 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.08 |
| HSL | 243.4º | 0.83% | 0.5% | - |
| HSV(B) | 243.4º | 0.91% | 0.92% | - |
| XYZ | 15.8 | 6.85 | 78.33 | - |
| YUV | 49.76 | 231.98 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 234 | 0.85 | 0.91 | 0 | 0.08 | 243.4 | 0.83 | 0.5 |
| Hex | 22 | 16 | EA | 55 | 5B | 0 | 8 | F3 | 53 | 32 |
| Octal | 42 | 26 | 352 | 125 | 133 | 0 | 10 | 363 | 123 | 62 |
| Binary | 100010 | 10110 | 11101010 | 1010101 | 1011011 | 0 | 1000 | 11110011 | 1010011 | 110010 |
Color Harmonies of #2216EA
Complementary color
Monochromatic Colors of #2216EA
Black with #2216EA
Text Example
Text Example
White with #2216EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2216EA; }
p { color: rgb(34,22,234); }
H1.HeaderClassName
{
color: #2216EA;
}
.AnyTagClassName
{
color: #2216EA;
}
</style>
background-color css
<style>
a { background-color: #2216EA; }
a { background-color: rgb(34,22,234); }
div.DivClassName
{
background-color: #2216EA;
}
.BgClassName
{
background-color: #2216EA;
}
</style>
border-color css
<style>
span { border-color: #2216EA; }
span { border-color: rgb(34,22,234); }
td.TdClassName
{
border-color: #2216EA;
}
.TagClassName
{
border-color: #2216EA;
}
</style>