Shades of Medium Blue #1211DD
Tints of Medium Blue #1211DD
RGB
CMYK
RGB Variations
Color information
#1211DD (or 0x1211DD) is known color: Medium Blue. HEX triplet: 12, 11 and DD. RGB value is (18,17,221). Sum of RGB (Red+Green+Blue) = 18+17+221=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #1211DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1211DD is #EDEE22. Grayscale: #272727. Windows color (decimal): -15592995 or 14487826. OLE color: 14487826.
HSL color Cylindrical-coordinate representation of color #1211DD: hue angle of 240.29º 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 #1211DD is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 17 | 221 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.13 |
| HSL | 240.29º | 0.86% | 0.47% | - |
| HSV(B) | 240.29º | 0.92% | 0.87% | - |
| XYZ | 13.5 | 5.75 | 68.8 | - |
| YUV | 40.56 | 229.83 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 221 | 0.92 | 0.92 | 0 | 0.13 | 240.29 | 0.86 | 0.47 |
| Hex | 12 | 11 | DD | 5C | 5C | 0 | D | F0 | 56 | 2F |
| Octal | 22 | 21 | 335 | 134 | 134 | 0 | 15 | 360 | 126 | 57 |
| Binary | 10010 | 10001 | 11011101 | 1011100 | 1011100 | 0 | 1101 | 11110000 | 1010110 | 101111 |
Color Harmonies of #1211DD
Complementary color
Monochromatic Colors of #1211DD
Black with #1211DD
Text Example
Text Example
White with #1211DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1211DD; }
p { color: rgb(18,17,221); }
H1.HeaderClassName
{
color: #1211DD;
}
.AnyTagClassName
{
color: #1211DD;
}
</style>
background-color css
<style>
a { background-color: #1211DD; }
a { background-color: rgb(18,17,221); }
div.DivClassName
{
background-color: #1211DD;
}
.BgClassName
{
background-color: #1211DD;
}
</style>
border-color css
<style>
span { border-color: #1211DD; }
span { border-color: rgb(18,17,221); }
td.TdClassName
{
border-color: #1211DD;
}
.TagClassName
{
border-color: #1211DD;
}
</style>