Shades of Blue #211FFF
Tints of Blue #211FFF
RGB
CMYK
RGB Variations
Color information
#211FFF (or 0x211FFF) is known color: Blue. HEX triplet: 21, 1F and FF. RGB value is (33,31,255). Sum of RGB (Red+Green+Blue) = 33+31+255=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #211FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211FFF is #DEE000. Grayscale: #383838. Windows color (decimal): -14606337 or 16719649. OLE color: 16719649.
HSL color Cylindrical-coordinate representation of color #211FFF: hue angle of 240.54º 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 #211FFF is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 31 | 255 | - |
| CMYK | 0.87 | 0.88 | 0 | 0 |
| HSL | 240.54º | 1% | 0.56% | - |
| HSV(B) | 240.54º | 0.88% | 1% | - |
| XYZ | 19.17 | 8.52 | 95.24 | - |
| YUV | 57.13 | 239.66 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 255 | 0.87 | 0.88 | 0 | 0 | 240.54 | 1 | 0.56 |
| Hex | 21 | 1F | FF | 57 | 58 | 0 | 0 | F1 | 64 | 38 |
| Octal | 41 | 37 | 377 | 127 | 130 | 0 | 0 | 361 | 144 | 70 |
| Binary | 100001 | 11111 | 11111111 | 1010111 | 1011000 | 0 | 0 | 11110001 | 1100100 | 111000 |
Color Harmonies of #211FFF
Complementary color
Monochromatic Colors of #211FFF
Black with #211FFF
Text Example
Text Example
White with #211FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FFF; }
p { color: rgb(33,31,255); }
H1.HeaderClassName
{
color: #211FFF;
}
.AnyTagClassName
{
color: #211FFF;
}
</style>
background-color css
<style>
a { background-color: #211FFF; }
a { background-color: rgb(33,31,255); }
div.DivClassName
{
background-color: #211FFF;
}
.BgClassName
{
background-color: #211FFF;
}
</style>
border-color css
<style>
span { border-color: #211FFF; }
span { border-color: rgb(33,31,255); }
td.TdClassName
{
border-color: #211FFF;
}
.TagClassName
{
border-color: #211FFF;
}
</style>