Shades of Blue #2215EA
Tints of Blue #2215EA
RGB
CMYK
RGB Variations
Color information
#2215EA (or 0x2215EA) is known color: Blue. HEX triplet: 22, 15 and EA. RGB value is (34,21,234). Sum of RGB (Red+Green+Blue) = 34+21+234=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 234 (91.80% from 255 or 80.97% from 289); Max value from RGB is 234 - color contains mainly: blue. Hex color #2215EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2215EA is #DDEA15. Grayscale: #303030. Windows color (decimal): -14543382 or 15340834. OLE color: 15340834.
HSL color Cylindrical-coordinate representation of color #2215EA: hue angle of 243.66º degrees, saturation: 0.84, 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 #2215EA is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 21 | 234 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.08 |
| HSL | 243.66º | 0.84% | 0.5% | - |
| HSV(B) | 243.66º | 0.91% | 0.92% | - |
| XYZ | 15.78 | 6.82 | 78.33 | - |
| YUV | 49.17 | 232.31 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 234 | 0.85 | 0.91 | 0 | 0.08 | 243.66 | 0.84 | 0.5 |
| Hex | 22 | 15 | EA | 55 | 5B | 0 | 8 | F4 | 54 | 32 |
| Octal | 42 | 25 | 352 | 125 | 133 | 0 | 10 | 364 | 124 | 62 |
| Binary | 100010 | 10101 | 11101010 | 1010101 | 1011011 | 0 | 1000 | 11110100 | 1010100 | 110010 |
Color Harmonies of #2215EA
Complementary color
Monochromatic Colors of #2215EA
Black with #2215EA
Text Example
Text Example
White with #2215EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2215EA; }
p { color: rgb(34,21,234); }
H1.HeaderClassName
{
color: #2215EA;
}
.AnyTagClassName
{
color: #2215EA;
}
</style>
background-color css
<style>
a { background-color: #2215EA; }
a { background-color: rgb(34,21,234); }
div.DivClassName
{
background-color: #2215EA;
}
.BgClassName
{
background-color: #2215EA;
}
</style>
border-color css
<style>
span { border-color: #2215EA; }
span { border-color: rgb(34,21,234); }
td.TdClassName
{
border-color: #2215EA;
}
.TagClassName
{
border-color: #2215EA;
}
</style>