Shades of Blue #211FFE
Tints of Blue #211FFE
RGB
CMYK
RGB Variations
Color information
#211FFE (or 0x211FFE) is known color: Blue. HEX triplet: 21, 1F and FE. RGB value is (33,31,254). Sum of RGB (Red+Green+Blue) = 33+31+254=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #211FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211FFE is #DEE001. Grayscale: #383838. Windows color (decimal): -14606338 or 16654113. OLE color: 16654113.
HSL color Cylindrical-coordinate representation of color #211FFE: hue angle of 240.54º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211FFE is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 31 | 254 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.00 |
| HSL | 240.54º | 0.99% | 0.56% | - |
| HSV(B) | 240.54º | 0.88% | 1% | - |
| XYZ | 19.01 | 8.46 | 94.4 | - |
| YUV | 57.02 | 239.16 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 254 | 0.87 | 0.88 | 0 | 0.00 | 240.54 | 0.99 | 0.56 |
| Hex | 21 | 1F | FE | 57 | 58 | 0 | 0 | F1 | 63 | 38 |
| Octal | 41 | 37 | 376 | 127 | 130 | 0 | 0 | 361 | 143 | 70 |
| Binary | 100001 | 11111 | 11111110 | 1010111 | 1011000 | 0 | 0 | 11110001 | 1100011 | 111000 |
Color Harmonies of #211FFE
Complementary color
Monochromatic Colors of #211FFE
Black with #211FFE
Text Example
Text Example
White with #211FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FFE; }
p { color: rgb(33,31,254); }
H1.HeaderClassName
{
color: #211FFE;
}
.AnyTagClassName
{
color: #211FFE;
}
</style>
background-color css
<style>
a { background-color: #211FFE; }
a { background-color: rgb(33,31,254); }
div.DivClassName
{
background-color: #211FFE;
}
.BgClassName
{
background-color: #211FFE;
}
</style>
border-color css
<style>
span { border-color: #211FFE; }
span { border-color: rgb(33,31,254); }
td.TdClassName
{
border-color: #211FFE;
}
.TagClassName
{
border-color: #211FFE;
}
</style>