Shades of Blue #211EFF
Tints of Blue #211EFF
RGB
CMYK
RGB Variations
Color information
#211EFF (or 0x211EFF) is known color: Blue. HEX triplet: 21, 1E and FF. RGB value is (33,30,255). Sum of RGB (Red+Green+Blue) = 33+30+255=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #211EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211EFF is #DEE100. Grayscale: #373737. Windows color (decimal): -14606593 or 16719393. OLE color: 16719393.
HSL color Cylindrical-coordinate representation of color #211EFF: hue angle of 240.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211EFF is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 30 | 255 | - |
| CMYK | 0.87 | 0.88 | 0 | 0 |
| HSL | 240.8º | 1% | 0.56% | - |
| HSV(B) | 240.8º | 0.88% | 1% | - |
| XYZ | 19.14 | 8.47 | 95.23 | - |
| YUV | 56.55 | 239.99 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 255 | 0.87 | 0.88 | 0 | 0 | 240.8 | 1 | 0.56 |
| Hex | 21 | 1E | FF | 57 | 58 | 0 | 0 | F1 | 64 | 38 |
| Octal | 41 | 36 | 377 | 127 | 130 | 0 | 0 | 361 | 144 | 70 |
| Binary | 100001 | 11110 | 11111111 | 1010111 | 1011000 | 0 | 0 | 11110001 | 1100100 | 111000 |
Color Harmonies of #211EFF
Complementary color
Monochromatic Colors of #211EFF
Black with #211EFF
Text Example
Text Example
White with #211EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EFF; }
p { color: rgb(33,30,255); }
H1.HeaderClassName
{
color: #211EFF;
}
.AnyTagClassName
{
color: #211EFF;
}
</style>
background-color css
<style>
a { background-color: #211EFF; }
a { background-color: rgb(33,30,255); }
div.DivClassName
{
background-color: #211EFF;
}
.BgClassName
{
background-color: #211EFF;
}
</style>
border-color css
<style>
span { border-color: #211EFF; }
span { border-color: rgb(33,30,255); }
td.TdClassName
{
border-color: #211EFF;
}
.TagClassName
{
border-color: #211EFF;
}
</style>