Shades of Medium Blue #211DDC
Tints of Medium Blue #211DDC
RGB
CMYK
RGB Variations
Color information
#211DDC (or 0x211DDC) is known color: Medium Blue. HEX triplet: 21, 1D and DC. RGB value is (33,29,220). Sum of RGB (Red+Green+Blue) = 33+29+220=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #211DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DDC is #DEE223. Grayscale: #333333. Windows color (decimal): -14606884 or 14425377. OLE color: 14425377.
HSL color Cylindrical-coordinate representation of color #211DDC: hue angle of 241.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211DDC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 29 | 220 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.14 |
| HSL | 241.26º | 0.77% | 0.49% | - |
| HSV(B) | 241.26º | 0.87% | 0.86% | - |
| XYZ | 13.98 | 6.37 | 68.2 | - |
| YUV | 51.97 | 222.83 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 220 | 0.85 | 0.87 | 0 | 0.14 | 241.26 | 0.77 | 0.49 |
| Hex | 21 | 1D | DC | 55 | 57 | 0 | E | F1 | 4D | 31 |
| Octal | 41 | 35 | 334 | 125 | 127 | 0 | 16 | 361 | 115 | 61 |
| Binary | 100001 | 11101 | 11011100 | 1010101 | 1010111 | 0 | 1110 | 11110001 | 1001101 | 110001 |
Color Harmonies of #211DDC
Complementary color
Monochromatic Colors of #211DDC
Black with #211DDC
Text Example
Text Example
White with #211DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DDC; }
p { color: rgb(33,29,220); }
H1.HeaderClassName
{
color: #211DDC;
}
.AnyTagClassName
{
color: #211DDC;
}
</style>
background-color css
<style>
a { background-color: #211DDC; }
a { background-color: rgb(33,29,220); }
div.DivClassName
{
background-color: #211DDC;
}
.BgClassName
{
background-color: #211DDC;
}
</style>
border-color css
<style>
span { border-color: #211DDC; }
span { border-color: rgb(33,29,220); }
td.TdClassName
{
border-color: #211DDC;
}
.TagClassName
{
border-color: #211DDC;
}
</style>