Shades of Medium Blue #2111DD
Tints of Medium Blue #2111DD
RGB
CMYK
RGB Variations
Color information
#2111DD (or 0x2111DD) is known color: Medium Blue. HEX triplet: 21, 11 and DD. RGB value is (33,17,221). Sum of RGB (Red+Green+Blue) = 33+17+221=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #2111DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2111DD is #DEEE22. Grayscale: #2C2C2C. Windows color (decimal): -14609955 or 14487841. OLE color: 14487841.
HSL color Cylindrical-coordinate representation of color #2111DD: hue angle of 244.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2111DD is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 17 | 221 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.13 |
| HSL | 244.71º | 0.86% | 0.47% | - |
| HSV(B) | 244.71º | 0.92% | 0.87% | - |
| XYZ | 13.88 | 5.94 | 68.82 | - |
| YUV | 45.04 | 227.3 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 221 | 0.85 | 0.92 | 0 | 0.13 | 244.71 | 0.86 | 0.47 |
| Hex | 21 | 11 | DD | 55 | 5C | 0 | D | F5 | 56 | 2F |
| Octal | 41 | 21 | 335 | 125 | 134 | 0 | 15 | 365 | 126 | 57 |
| Binary | 100001 | 10001 | 11011101 | 1010101 | 1011100 | 0 | 1101 | 11110101 | 1010110 | 101111 |
Color Harmonies of #2111DD
Complementary color
Monochromatic Colors of #2111DD
Black with #2111DD
Text Example
Text Example
White with #2111DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2111DD; }
p { color: rgb(33,17,221); }
H1.HeaderClassName
{
color: #2111DD;
}
.AnyTagClassName
{
color: #2111DD;
}
</style>
background-color css
<style>
a { background-color: #2111DD; }
a { background-color: rgb(33,17,221); }
div.DivClassName
{
background-color: #2111DD;
}
.BgClassName
{
background-color: #2111DD;
}
</style>
border-color css
<style>
span { border-color: #2111DD; }
span { border-color: rgb(33,17,221); }
td.TdClassName
{
border-color: #2111DD;
}
.TagClassName
{
border-color: #2111DD;
}
</style>