Shades of Blue #211EEF
Tints of Blue #211EEF
RGB
CMYK
RGB Variations
Color information
#211EEF (or 0x211EEF) is known color: Blue. HEX triplet: 21, 1E and EF. RGB value is (33,30,239). Sum of RGB (Red+Green+Blue) = 33+30+239=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #211EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211EEF is #DEE110. Grayscale: #353535. Windows color (decimal): -14606609 or 15670817. OLE color: 15670817.
HSL color Cylindrical-coordinate representation of color #211EEF: hue angle of 240.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211EEF is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 30 | 239 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.06 |
| HSL | 240.86º | 0.87% | 0.53% | - |
| HSV(B) | 240.86º | 0.87% | 0.94% | - |
| XYZ | 16.67 | 7.48 | 82.23 | - |
| YUV | 54.72 | 231.99 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 239 | 0.86 | 0.87 | 0 | 0.06 | 240.86 | 0.87 | 0.53 |
| Hex | 21 | 1E | EF | 56 | 57 | 0 | 6 | F1 | 57 | 35 |
| Octal | 41 | 36 | 357 | 126 | 127 | 0 | 6 | 361 | 127 | 65 |
| Binary | 100001 | 11110 | 11101111 | 1010110 | 1010111 | 0 | 110 | 11110001 | 1010111 | 110101 |
Color Harmonies of #211EEF
Complementary color
Monochromatic Colors of #211EEF
Black with #211EEF
Text Example
Text Example
White with #211EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EEF; }
p { color: rgb(33,30,239); }
H1.HeaderClassName
{
color: #211EEF;
}
.AnyTagClassName
{
color: #211EEF;
}
</style>
background-color css
<style>
a { background-color: #211EEF; }
a { background-color: rgb(33,30,239); }
div.DivClassName
{
background-color: #211EEF;
}
.BgClassName
{
background-color: #211EEF;
}
</style>
border-color css
<style>
span { border-color: #211EEF; }
span { border-color: rgb(33,30,239); }
td.TdClassName
{
border-color: #211EEF;
}
.TagClassName
{
border-color: #211EEF;
}
</style>