Shades of Blue #211FED
Tints of Blue #211FED
RGB
CMYK
RGB Variations
Color information
#211FED (or 0x211FED) is known color: Blue. HEX triplet: 21, 1F and ED. RGB value is (33,31,237). Sum of RGB (Red+Green+Blue) = 33+31+237=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #211FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211FED is #DEE012. Grayscale: #363636. Windows color (decimal): -14606355 or 15540001. OLE color: 15540001.
HSL color Cylindrical-coordinate representation of color #211FED: hue angle of 240.58º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211FED is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 31 | 237 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.07 |
| HSL | 240.58º | 0.85% | 0.53% | - |
| HSV(B) | 240.58º | 0.87% | 0.93% | - |
| XYZ | 16.4 | 7.42 | 80.69 | - |
| YUV | 55.08 | 230.66 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 237 | 0.86 | 0.87 | 0 | 0.07 | 240.58 | 0.85 | 0.53 |
| Hex | 21 | 1F | ED | 56 | 57 | 0 | 7 | F1 | 55 | 35 |
| Octal | 41 | 37 | 355 | 126 | 127 | 0 | 7 | 361 | 125 | 65 |
| Binary | 100001 | 11111 | 11101101 | 1010110 | 1010111 | 0 | 111 | 11110001 | 1010101 | 110101 |
Color Harmonies of #211FED
Complementary color
Monochromatic Colors of #211FED
Black with #211FED
Text Example
Text Example
White with #211FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FED; }
p { color: rgb(33,31,237); }
H1.HeaderClassName
{
color: #211FED;
}
.AnyTagClassName
{
color: #211FED;
}
</style>
background-color css
<style>
a { background-color: #211FED; }
a { background-color: rgb(33,31,237); }
div.DivClassName
{
background-color: #211FED;
}
.BgClassName
{
background-color: #211FED;
}
</style>
border-color css
<style>
span { border-color: #211FED; }
span { border-color: rgb(33,31,237); }
td.TdClassName
{
border-color: #211FED;
}
.TagClassName
{
border-color: #211FED;
}
</style>