Shades of Blue #2215FF
Tints of Blue #2215FF
RGB
CMYK
RGB Variations
Color information
#2215FF (or 0x2215FF) is known color: Blue. HEX triplet: 22, 15 and FF. RGB value is (34,21,255). Sum of RGB (Red+Green+Blue) = 34+21+255=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #2215FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2215FF is #DDEA00. Grayscale: #323232. Windows color (decimal): -14543361 or 16717090. OLE color: 16717090.
HSL color Cylindrical-coordinate representation of color #2215FF: hue angle of 243.33º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2215FF is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 21 | 255 | - |
| CMYK | 0.87 | 0.92 | 0 | 0 |
| HSL | 243.33º | 1% | 0.54% | - |
| HSV(B) | 243.33º | 0.92% | 1% | - |
| XYZ | 18.98 | 8.1 | 95.17 | - |
| YUV | 51.56 | 242.81 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 255 | 0.87 | 0.92 | 0 | 0 | 243.33 | 1 | 0.54 |
| Hex | 22 | 15 | FF | 57 | 5C | 0 | 0 | F3 | 64 | 36 |
| Octal | 42 | 25 | 377 | 127 | 134 | 0 | 0 | 363 | 144 | 66 |
| Binary | 100010 | 10101 | 11111111 | 1010111 | 1011100 | 0 | 0 | 11110011 | 1100100 | 110110 |
Color Harmonies of #2215FF
Complementary color
Monochromatic Colors of #2215FF
Black with #2215FF
Text Example
Text Example
White with #2215FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2215FF; }
p { color: rgb(34,21,255); }
H1.HeaderClassName
{
color: #2215FF;
}
.AnyTagClassName
{
color: #2215FF;
}
</style>
background-color css
<style>
a { background-color: #2215FF; }
a { background-color: rgb(34,21,255); }
div.DivClassName
{
background-color: #2215FF;
}
.BgClassName
{
background-color: #2215FF;
}
</style>
border-color css
<style>
span { border-color: #2215FF; }
span { border-color: rgb(34,21,255); }
td.TdClassName
{
border-color: #2215FF;
}
.TagClassName
{
border-color: #2215FF;
}
</style>