Shades of Blue #211DFE
Tints of Blue #211DFE
RGB
CMYK
RGB Variations
Color information
#211DFE (or 0x211DFE) is known color: Blue. HEX triplet: 21, 1D and FE. RGB value is (33,29,254). Sum of RGB (Red+Green+Blue) = 33+29+254=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #211DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211DFE is #DEE201. Grayscale: #363636. Windows color (decimal): -14606850 or 16653601. OLE color: 16653601.
HSL color Cylindrical-coordinate representation of color #211DFE: hue angle of 241.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #211DFE is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 29 | 254 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.00 |
| HSL | 241.07º | 0.99% | 0.55% | - |
| HSV(B) | 241.07º | 0.89% | 1% | - |
| XYZ | 18.96 | 8.36 | 94.38 | - |
| YUV | 55.85 | 239.83 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 254 | 0.87 | 0.89 | 0 | 0.00 | 241.07 | 0.99 | 0.55 |
| Hex | 21 | 1D | FE | 57 | 59 | 0 | 0 | F1 | 63 | 37 |
| Octal | 41 | 35 | 376 | 127 | 131 | 0 | 0 | 361 | 143 | 67 |
| Binary | 100001 | 11101 | 11111110 | 1010111 | 1011001 | 0 | 0 | 11110001 | 1100011 | 110111 |
Color Harmonies of #211DFE
Complementary color
Monochromatic Colors of #211DFE
Black with #211DFE
Text Example
Text Example
White with #211DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DFE; }
p { color: rgb(33,29,254); }
H1.HeaderClassName
{
color: #211DFE;
}
.AnyTagClassName
{
color: #211DFE;
}
</style>
background-color css
<style>
a { background-color: #211DFE; }
a { background-color: rgb(33,29,254); }
div.DivClassName
{
background-color: #211DFE;
}
.BgClassName
{
background-color: #211DFE;
}
</style>
border-color css
<style>
span { border-color: #211DFE; }
span { border-color: rgb(33,29,254); }
td.TdClassName
{
border-color: #211DFE;
}
.TagClassName
{
border-color: #211DFE;
}
</style>