Shades of Blue #211EFD
Tints of Blue #211EFD
RGB
CMYK
RGB Variations
Color information
#211EFD (or 0x211EFD) is known color: Blue. HEX triplet: 21, 1E and FD. RGB value is (33,30,253). Sum of RGB (Red+Green+Blue) = 33+30+253=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #211EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211EFD is #DEE102. Grayscale: #373737. Windows color (decimal): -14606595 or 16588321. OLE color: 16588321.
HSL color Cylindrical-coordinate representation of color #211EFD: hue angle of 240.81º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211EFD is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 30 | 253 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.01 |
| HSL | 240.81º | 0.98% | 0.55% | - |
| HSV(B) | 240.81º | 0.88% | 0.99% | - |
| XYZ | 18.82 | 8.34 | 93.55 | - |
| YUV | 56.32 | 238.99 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 253 | 0.87 | 0.88 | 0 | 0.01 | 240.81 | 0.98 | 0.55 |
| Hex | 21 | 1E | FD | 57 | 58 | 0 | 1 | F1 | 62 | 37 |
| Octal | 41 | 36 | 375 | 127 | 130 | 0 | 1 | 361 | 142 | 67 |
| Binary | 100001 | 11110 | 11111101 | 1010111 | 1011000 | 0 | 1 | 11110001 | 1100010 | 110111 |
Color Harmonies of #211EFD
Complementary color
Monochromatic Colors of #211EFD
Black with #211EFD
Text Example
Text Example
White with #211EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EFD; }
p { color: rgb(33,30,253); }
H1.HeaderClassName
{
color: #211EFD;
}
.AnyTagClassName
{
color: #211EFD;
}
</style>
background-color css
<style>
a { background-color: #211EFD; }
a { background-color: rgb(33,30,253); }
div.DivClassName
{
background-color: #211EFD;
}
.BgClassName
{
background-color: #211EFD;
}
</style>
border-color css
<style>
span { border-color: #211EFD; }
span { border-color: rgb(33,30,253); }
td.TdClassName
{
border-color: #211EFD;
}
.TagClassName
{
border-color: #211EFD;
}
</style>