Shades of Medium Blue #211BD8
Tints of Medium Blue #211BD8
RGB
CMYK
RGB Variations
Color information
#211BD8 (or 0x211BD8) is known color: Medium Blue. HEX triplet: 21, 1B and D8. RGB value is (33,27,216). Sum of RGB (Red+Green+Blue) = 33+27+216=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 216 (84.77% from 255 or 78.26% from 276); Max value from RGB is 216 - color contains mainly: blue. Hex color #211BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BD8 is #DEE427. Grayscale: #313131. Windows color (decimal): -14607400 or 14162721. OLE color: 14162721.
HSL color Cylindrical-coordinate representation of color #211BD8: hue angle of 241.9º 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 #211BD8 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 27 | 216 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.15 |
| HSL | 241.9º | 0.78% | 0.48% | - |
| HSV(B) | 241.9º | 0.88% | 0.85% | - |
| XYZ | 13.41 | 6.07 | 65.43 | - |
| YUV | 50.34 | 221.49 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 216 | 0.85 | 0.88 | 0 | 0.15 | 241.9 | 0.78 | 0.48 |
| Hex | 21 | 1B | D8 | 55 | 58 | 0 | F | F2 | 4E | 30 |
| Octal | 41 | 33 | 330 | 125 | 130 | 0 | 17 | 362 | 116 | 60 |
| Binary | 100001 | 11011 | 11011000 | 1010101 | 1011000 | 0 | 1111 | 11110010 | 1001110 | 110000 |
Color Harmonies of #211BD8
Complementary color
Monochromatic Colors of #211BD8
Black with #211BD8
Text Example
Text Example
White with #211BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BD8; }
p { color: rgb(33,27,216); }
H1.HeaderClassName
{
color: #211BD8;
}
.AnyTagClassName
{
color: #211BD8;
}
</style>
background-color css
<style>
a { background-color: #211BD8; }
a { background-color: rgb(33,27,216); }
div.DivClassName
{
background-color: #211BD8;
}
.BgClassName
{
background-color: #211BD8;
}
</style>
border-color css
<style>
span { border-color: #211BD8; }
span { border-color: rgb(33,27,216); }
td.TdClassName
{
border-color: #211BD8;
}
.TagClassName
{
border-color: #211BD8;
}
</style>