Shades of Medium Blue #211BD9
Tints of Medium Blue #211BD9
RGB
CMYK
RGB Variations
Color information
#211BD9 (or 0x211BD9) is known color: Medium Blue. HEX triplet: 21, 1B and D9. RGB value is (33,27,217). Sum of RGB (Red+Green+Blue) = 33+27+217=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 217 (85.16% from 255 or 78.34% from 277); Max value from RGB is 217 - color contains mainly: blue. Hex color #211BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BD9 is #DEE426. Grayscale: #313131. Windows color (decimal): -14607399 or 14228257. OLE color: 14228257.
HSL color Cylindrical-coordinate representation of color #211BD9: hue angle of 241.89º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211BD9 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 27 | 217 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.15 |
| HSL | 241.89º | 0.78% | 0.48% | - |
| HSV(B) | 241.89º | 0.88% | 0.85% | - |
| XYZ | 13.54 | 6.12 | 66.11 | - |
| YUV | 50.45 | 221.99 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 217 | 0.85 | 0.88 | 0 | 0.15 | 241.89 | 0.78 | 0.48 |
| Hex | 21 | 1B | D9 | 55 | 58 | 0 | F | F2 | 4E | 30 |
| Octal | 41 | 33 | 331 | 125 | 130 | 0 | 17 | 362 | 116 | 60 |
| Binary | 100001 | 11011 | 11011001 | 1010101 | 1011000 | 0 | 1111 | 11110010 | 1001110 | 110000 |
Color Harmonies of #211BD9
Complementary color
Monochromatic Colors of #211BD9
Black with #211BD9
Text Example
Text Example
White with #211BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BD9; }
p { color: rgb(33,27,217); }
H1.HeaderClassName
{
color: #211BD9;
}
.AnyTagClassName
{
color: #211BD9;
}
</style>
background-color css
<style>
a { background-color: #211BD9; }
a { background-color: rgb(33,27,217); }
div.DivClassName
{
background-color: #211BD9;
}
.BgClassName
{
background-color: #211BD9;
}
</style>
border-color css
<style>
span { border-color: #211BD9; }
span { border-color: rgb(33,27,217); }
td.TdClassName
{
border-color: #211BD9;
}
.TagClassName
{
border-color: #211BD9;
}
</style>