Shades of Blue #211EF7
Tints of Blue #211EF7
RGB
CMYK
RGB Variations
Color information
#211EF7 (or 0x211EF7) is known color: Blue. HEX triplet: 21, 1E and F7. RGB value is (33,30,247). Sum of RGB (Red+Green+Blue) = 33+30+247=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 247 (96.88% from 255 or 79.68% from 310); Max value from RGB is 247 - color contains mainly: blue. Hex color #211EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211EF7 is #DEE108. Grayscale: #363636. Windows color (decimal): -14606601 or 16195105. OLE color: 16195105.
HSL color Cylindrical-coordinate representation of color #211EF7: hue angle of 240.83º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211EF7 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 30 | 247 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.03 |
| HSL | 240.83º | 0.93% | 0.54% | - |
| HSV(B) | 240.83º | 0.88% | 0.97% | - |
| XYZ | 17.88 | 7.97 | 88.59 | - |
| YUV | 55.64 | 235.99 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 247 | 0.87 | 0.88 | 0 | 0.03 | 240.83 | 0.93 | 0.54 |
| Hex | 21 | 1E | F7 | 57 | 58 | 0 | 3 | F1 | 5D | 36 |
| Octal | 41 | 36 | 367 | 127 | 130 | 0 | 3 | 361 | 135 | 66 |
| Binary | 100001 | 11110 | 11110111 | 1010111 | 1011000 | 0 | 11 | 11110001 | 1011101 | 110110 |
Color Harmonies of #211EF7
Complementary color
Monochromatic Colors of #211EF7
Black with #211EF7
Text Example
Text Example
White with #211EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EF7; }
p { color: rgb(33,30,247); }
H1.HeaderClassName
{
color: #211EF7;
}
.AnyTagClassName
{
color: #211EF7;
}
</style>
background-color css
<style>
a { background-color: #211EF7; }
a { background-color: rgb(33,30,247); }
div.DivClassName
{
background-color: #211EF7;
}
.BgClassName
{
background-color: #211EF7;
}
</style>
border-color css
<style>
span { border-color: #211EF7; }
span { border-color: rgb(33,30,247); }
td.TdClassName
{
border-color: #211EF7;
}
.TagClassName
{
border-color: #211EF7;
}
</style>