Shades of Blue #211DEF
Tints of Blue #211DEF
RGB
CMYK
RGB Variations
Color information
#211DEF (or 0x211DEF) is known color: Blue. HEX triplet: 21, 1D and EF. RGB value is (33,29,239). Sum of RGB (Red+Green+Blue) = 33+29+239=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #211DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211DEF is #DEE210. Grayscale: #353535. Windows color (decimal): -14606865 or 15670561. OLE color: 15670561.
HSL color Cylindrical-coordinate representation of color #211DEF: hue angle of 241.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211DEF is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 29 | 239 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.06 |
| HSL | 241.14º | 0.87% | 0.53% | - |
| HSV(B) | 241.14º | 0.88% | 0.94% | - |
| XYZ | 16.65 | 7.43 | 82.22 | - |
| YUV | 54.14 | 232.33 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 239 | 0.86 | 0.88 | 0 | 0.06 | 241.14 | 0.87 | 0.53 |
| Hex | 21 | 1D | EF | 56 | 58 | 0 | 6 | F1 | 57 | 35 |
| Octal | 41 | 35 | 357 | 126 | 130 | 0 | 6 | 361 | 127 | 65 |
| Binary | 100001 | 11101 | 11101111 | 1010110 | 1011000 | 0 | 110 | 11110001 | 1010111 | 110101 |
Color Harmonies of #211DEF
Complementary color
Monochromatic Colors of #211DEF
Black with #211DEF
Text Example
Text Example
White with #211DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DEF; }
p { color: rgb(33,29,239); }
H1.HeaderClassName
{
color: #211DEF;
}
.AnyTagClassName
{
color: #211DEF;
}
</style>
background-color css
<style>
a { background-color: #211DEF; }
a { background-color: rgb(33,29,239); }
div.DivClassName
{
background-color: #211DEF;
}
.BgClassName
{
background-color: #211DEF;
}
</style>
border-color css
<style>
span { border-color: #211DEF; }
span { border-color: rgb(33,29,239); }
td.TdClassName
{
border-color: #211DEF;
}
.TagClassName
{
border-color: #211DEF;
}
</style>