Shades of Blue #211EE6
Tints of Blue #211EE6
RGB
CMYK
RGB Variations
Color information
#211EE6 (or 0x211EE6) is known color: Blue. HEX triplet: 21, 1E and E6. RGB value is (33,30,230). Sum of RGB (Red+Green+Blue) = 33+30+230=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 230 (90.23% from 255 or 78.50% from 293); Max value from RGB is 230 - color contains mainly: blue. Hex color #211EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211EE6 is #DEE119. Grayscale: #343434. Windows color (decimal): -14606618 or 15080993. OLE color: 15080993.
HSL color Cylindrical-coordinate representation of color #211EE6: hue angle of 240.9º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211EE6 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 30 | 230 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.10 |
| HSL | 240.9º | 0.8% | 0.51% | - |
| HSV(B) | 240.9º | 0.87% | 0.9% | - |
| XYZ | 15.37 | 6.97 | 75.4 | - |
| YUV | 53.7 | 227.49 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 230 | 0.86 | 0.87 | 0 | 0.10 | 240.9 | 0.8 | 0.51 |
| Hex | 21 | 1E | E6 | 56 | 57 | 0 | A | F1 | 50 | 33 |
| Octal | 41 | 36 | 346 | 126 | 127 | 0 | 12 | 361 | 120 | 63 |
| Binary | 100001 | 11110 | 11100110 | 1010110 | 1010111 | 0 | 1010 | 11110001 | 1010000 | 110011 |
Color Harmonies of #211EE6
Complementary color
Monochromatic Colors of #211EE6
Black with #211EE6
Text Example
Text Example
White with #211EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EE6; }
p { color: rgb(33,30,230); }
H1.HeaderClassName
{
color: #211EE6;
}
.AnyTagClassName
{
color: #211EE6;
}
</style>
background-color css
<style>
a { background-color: #211EE6; }
a { background-color: rgb(33,30,230); }
div.DivClassName
{
background-color: #211EE6;
}
.BgClassName
{
background-color: #211EE6;
}
</style>
border-color css
<style>
span { border-color: #211EE6; }
span { border-color: rgb(33,30,230); }
td.TdClassName
{
border-color: #211EE6;
}
.TagClassName
{
border-color: #211EE6;
}
</style>