Shades of Medium Blue #1211DC
Tints of Medium Blue #1211DC
RGB
CMYK
RGB Variations
Color information
#1211DC (or 0x1211DC) is known color: Medium Blue. HEX triplet: 12, 11 and DC. RGB value is (18,17,220). Sum of RGB (Red+Green+Blue) = 18+17+220=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 220 (86.33% from 255 or 86.27% from 255); Max value from RGB is 220 - color contains mainly: blue. Hex color #1211DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1211DC is #EDEE23. Grayscale: #272727. Windows color (decimal): -15592996 or 14422290. OLE color: 14422290.
HSL color Cylindrical-coordinate representation of color #1211DC: hue angle of 240.3º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1211DC is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 17 | 220 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.14 |
| HSL | 240.3º | 0.86% | 0.46% | - |
| HSV(B) | 240.3º | 0.92% | 0.86% | - |
| XYZ | 13.37 | 5.7 | 68.11 | - |
| YUV | 40.44 | 229.33 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 220 | 0.92 | 0.92 | 0 | 0.14 | 240.3 | 0.86 | 0.46 |
| Hex | 12 | 11 | DC | 5C | 5C | 0 | E | F0 | 56 | 2E |
| Octal | 22 | 21 | 334 | 134 | 134 | 0 | 16 | 360 | 126 | 56 |
| Binary | 10010 | 10001 | 11011100 | 1011100 | 1011100 | 0 | 1110 | 11110000 | 1010110 | 101110 |
Color Harmonies of #1211DC
Complementary color
Monochromatic Colors of #1211DC
Black with #1211DC
Text Example
Text Example
White with #1211DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1211DC; }
p { color: rgb(18,17,220); }
H1.HeaderClassName
{
color: #1211DC;
}
.AnyTagClassName
{
color: #1211DC;
}
</style>
background-color css
<style>
a { background-color: #1211DC; }
a { background-color: rgb(18,17,220); }
div.DivClassName
{
background-color: #1211DC;
}
.BgClassName
{
background-color: #1211DC;
}
</style>
border-color css
<style>
span { border-color: #1211DC; }
span { border-color: rgb(18,17,220); }
td.TdClassName
{
border-color: #1211DC;
}
.TagClassName
{
border-color: #1211DC;
}
</style>