Shades of Blue #211EEB
Tints of Blue #211EEB
RGB
CMYK
RGB Variations
Color information
#211EEB (or 0x211EEB) is known color: Blue. HEX triplet: 21, 1E and EB. RGB value is (33,30,235). Sum of RGB (Red+Green+Blue) = 33+30+235=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 235 (92.19% from 255 or 78.86% from 298); Max value from RGB is 235 - color contains mainly: blue. Hex color #211EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211EEB is #DEE114. Grayscale: #353535. Windows color (decimal): -14606613 or 15408673. OLE color: 15408673.
HSL color Cylindrical-coordinate representation of color #211EEB: hue angle of 240.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211EEB is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 30 | 235 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.08 |
| HSL | 240.88º | 0.84% | 0.52% | - |
| HSV(B) | 240.88º | 0.87% | 0.92% | - |
| XYZ | 16.09 | 7.25 | 79.15 | - |
| YUV | 54.27 | 229.99 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 235 | 0.86 | 0.87 | 0 | 0.08 | 240.88 | 0.84 | 0.52 |
| Hex | 21 | 1E | EB | 56 | 57 | 0 | 8 | F1 | 54 | 34 |
| Octal | 41 | 36 | 353 | 126 | 127 | 0 | 10 | 361 | 124 | 64 |
| Binary | 100001 | 11110 | 11101011 | 1010110 | 1010111 | 0 | 1000 | 11110001 | 1010100 | 110100 |
Color Harmonies of #211EEB
Complementary color
Monochromatic Colors of #211EEB
Black with #211EEB
Text Example
Text Example
White with #211EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EEB; }
p { color: rgb(33,30,235); }
H1.HeaderClassName
{
color: #211EEB;
}
.AnyTagClassName
{
color: #211EEB;
}
</style>
background-color css
<style>
a { background-color: #211EEB; }
a { background-color: rgb(33,30,235); }
div.DivClassName
{
background-color: #211EEB;
}
.BgClassName
{
background-color: #211EEB;
}
</style>
border-color css
<style>
span { border-color: #211EEB; }
span { border-color: rgb(33,30,235); }
td.TdClassName
{
border-color: #211EEB;
}
.TagClassName
{
border-color: #211EEB;
}
</style>