Shades of Medium Blue #211BDA
Tints of Medium Blue #211BDA
RGB
CMYK
RGB Variations
Color information
#211BDA (or 0x211BDA) is known color: Medium Blue. HEX triplet: 21, 1B and DA. RGB value is (33,27,218). Sum of RGB (Red+Green+Blue) = 33+27+218=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #211BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BDA is #DEE425. Grayscale: #313131. Windows color (decimal): -14607398 or 14293793. OLE color: 14293793.
HSL color Cylindrical-coordinate representation of color #211BDA: hue angle of 241.88º 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 #211BDA is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 27 | 218 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.15 |
| HSL | 241.88º | 0.78% | 0.48% | - |
| HSV(B) | 241.88º | 0.88% | 0.85% | - |
| XYZ | 13.67 | 6.17 | 66.8 | - |
| YUV | 50.57 | 222.49 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 218 | 0.85 | 0.88 | 0 | 0.15 | 241.88 | 0.78 | 0.48 |
| Hex | 21 | 1B | DA | 55 | 58 | 0 | F | F2 | 4E | 30 |
| Octal | 41 | 33 | 332 | 125 | 130 | 0 | 17 | 362 | 116 | 60 |
| Binary | 100001 | 11011 | 11011010 | 1010101 | 1011000 | 0 | 1111 | 11110010 | 1001110 | 110000 |
Color Harmonies of #211BDA
Complementary color
Monochromatic Colors of #211BDA
Black with #211BDA
Text Example
Text Example
White with #211BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BDA; }
p { color: rgb(33,27,218); }
H1.HeaderClassName
{
color: #211BDA;
}
.AnyTagClassName
{
color: #211BDA;
}
</style>
background-color css
<style>
a { background-color: #211BDA; }
a { background-color: rgb(33,27,218); }
div.DivClassName
{
background-color: #211BDA;
}
.BgClassName
{
background-color: #211BDA;
}
</style>
border-color css
<style>
span { border-color: #211BDA; }
span { border-color: rgb(33,27,218); }
td.TdClassName
{
border-color: #211BDA;
}
.TagClassName
{
border-color: #211BDA;
}
</style>