Shades of Medium Blue #211BDD
Tints of Medium Blue #211BDD
RGB
CMYK
RGB Variations
Color information
#211BDD (or 0x211BDD) is known color: Medium Blue. HEX triplet: 21, 1B and DD. RGB value is (33,27,221). Sum of RGB (Red+Green+Blue) = 33+27+221=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #211BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BDD is #DEE422. Grayscale: #323232. Windows color (decimal): -14607395 or 14490401. OLE color: 14490401.
HSL color Cylindrical-coordinate representation of color #211BDD: hue angle of 241.86º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211BDD is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 27 | 221 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.13 |
| HSL | 241.86º | 0.78% | 0.49% | - |
| HSV(B) | 241.86º | 0.88% | 0.87% | - |
| XYZ | 14.07 | 6.33 | 68.89 | - |
| YUV | 50.91 | 223.99 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 221 | 0.85 | 0.88 | 0 | 0.13 | 241.86 | 0.78 | 0.49 |
| Hex | 21 | 1B | DD | 55 | 58 | 0 | D | F2 | 4E | 31 |
| Octal | 41 | 33 | 335 | 125 | 130 | 0 | 15 | 362 | 116 | 61 |
| Binary | 100001 | 11011 | 11011101 | 1010101 | 1011000 | 0 | 1101 | 11110010 | 1001110 | 110001 |
Color Harmonies of #211BDD
Complementary color
Monochromatic Colors of #211BDD
Black with #211BDD
Text Example
Text Example
White with #211BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BDD; }
p { color: rgb(33,27,221); }
H1.HeaderClassName
{
color: #211BDD;
}
.AnyTagClassName
{
color: #211BDD;
}
</style>
background-color css
<style>
a { background-color: #211BDD; }
a { background-color: rgb(33,27,221); }
div.DivClassName
{
background-color: #211BDD;
}
.BgClassName
{
background-color: #211BDD;
}
</style>
border-color css
<style>
span { border-color: #211BDD; }
span { border-color: rgb(33,27,221); }
td.TdClassName
{
border-color: #211BDD;
}
.TagClassName
{
border-color: #211BDD;
}
</style>