Shades of Blue #211EFE
Tints of Blue #211EFE
RGB
CMYK
RGB Variations
Color information
#211EFE (or 0x211EFE) is known color: Blue. HEX triplet: 21, 1E and FE. RGB value is (33,30,254). Sum of RGB (Red+Green+Blue) = 33+30+254=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #211EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211EFE is #DEE101. Grayscale: #373737. Windows color (decimal): -14606594 or 16653857. OLE color: 16653857.
HSL color Cylindrical-coordinate representation of color #211EFE: hue angle of 240.8º 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 #211EFE is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 30 | 254 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.00 |
| HSL | 240.8º | 0.99% | 0.56% | - |
| HSV(B) | 240.8º | 0.88% | 1% | - |
| XYZ | 18.98 | 8.41 | 94.39 | - |
| YUV | 56.43 | 239.49 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 254 | 0.87 | 0.88 | 0 | 0.00 | 240.8 | 0.99 | 0.56 |
| Hex | 21 | 1E | FE | 57 | 58 | 0 | 0 | F1 | 63 | 38 |
| Octal | 41 | 36 | 376 | 127 | 130 | 0 | 0 | 361 | 143 | 70 |
| Binary | 100001 | 11110 | 11111110 | 1010111 | 1011000 | 0 | 0 | 11110001 | 1100011 | 111000 |
Color Harmonies of #211EFE
Complementary color
Monochromatic Colors of #211EFE
Black with #211EFE
Text Example
Text Example
White with #211EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EFE; }
p { color: rgb(33,30,254); }
H1.HeaderClassName
{
color: #211EFE;
}
.AnyTagClassName
{
color: #211EFE;
}
</style>
background-color css
<style>
a { background-color: #211EFE; }
a { background-color: rgb(33,30,254); }
div.DivClassName
{
background-color: #211EFE;
}
.BgClassName
{
background-color: #211EFE;
}
</style>
border-color css
<style>
span { border-color: #211EFE; }
span { border-color: rgb(33,30,254); }
td.TdClassName
{
border-color: #211EFE;
}
.TagClassName
{
border-color: #211EFE;
}
</style>