Shades of Blue #211FFD
Tints of Blue #211FFD
RGB
CMYK
RGB Variations
Color information
#211FFD (or 0x211FFD) is known color: Blue. HEX triplet: 21, 1F and FD. RGB value is (33,31,253). Sum of RGB (Red+Green+Blue) = 33+31+253=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #211FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211FFD is #DEE002. Grayscale: #383838. Windows color (decimal): -14606339 or 16588577. OLE color: 16588577.
HSL color Cylindrical-coordinate representation of color #211FFD: hue angle of 240.54º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211FFD is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 31 | 253 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.01 |
| HSL | 240.54º | 0.98% | 0.56% | - |
| HSV(B) | 240.54º | 0.88% | 0.99% | - |
| XYZ | 18.85 | 8.4 | 93.56 | - |
| YUV | 56.91 | 238.66 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 253 | 0.87 | 0.88 | 0 | 0.01 | 240.54 | 0.98 | 0.56 |
| Hex | 21 | 1F | FD | 57 | 58 | 0 | 1 | F1 | 62 | 38 |
| Octal | 41 | 37 | 375 | 127 | 130 | 0 | 1 | 361 | 142 | 70 |
| Binary | 100001 | 11111 | 11111101 | 1010111 | 1011000 | 0 | 1 | 11110001 | 1100010 | 111000 |
Color Harmonies of #211FFD
Complementary color
Monochromatic Colors of #211FFD
Black with #211FFD
Text Example
Text Example
White with #211FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FFD; }
p { color: rgb(33,31,253); }
H1.HeaderClassName
{
color: #211FFD;
}
.AnyTagClassName
{
color: #211FFD;
}
</style>
background-color css
<style>
a { background-color: #211FFD; }
a { background-color: rgb(33,31,253); }
div.DivClassName
{
background-color: #211FFD;
}
.BgClassName
{
background-color: #211FFD;
}
</style>
border-color css
<style>
span { border-color: #211FFD; }
span { border-color: rgb(33,31,253); }
td.TdClassName
{
border-color: #211FFD;
}
.TagClassName
{
border-color: #211FFD;
}
</style>