Shades of Medium Blue #1109DC
Tints of Medium Blue #1109DC
RGB
CMYK
RGB Variations
Color information
#1109DC (or 0x1109DC) is known color: Medium Blue. HEX triplet: 11, 09 and DC. RGB value is (17,9,220). Sum of RGB (Red+Green+Blue) = 17+9+220=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 220 (86.33% from 255 or 89.43% from 246); Max value from RGB is 220 - color contains mainly: blue. Hex color #1109DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109DC is #EEF623. Grayscale: #222222. Windows color (decimal): -15660580 or 14420241. OLE color: 14420241.
HSL color Cylindrical-coordinate representation of color #1109DC: hue angle of 242.27º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1109DC is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 9 | 220 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.14 |
| HSL | 242.27º | 0.92% | 0.45% | - |
| HSV(B) | 242.27º | 0.96% | 0.86% | - |
| XYZ | 13.25 | 5.48 | 68.07 | - |
| YUV | 35.45 | 232.15 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 220 | 0.92 | 0.96 | 0 | 0.14 | 242.27 | 0.92 | 0.45 |
| Hex | 11 | 9 | DC | 5C | 60 | 0 | E | F2 | 5C | 2D |
| Octal | 21 | 11 | 334 | 134 | 140 | 0 | 16 | 362 | 134 | 55 |
| Binary | 10001 | 1001 | 11011100 | 1011100 | 1100000 | 0 | 1110 | 11110010 | 1011100 | 101101 |
Color Harmonies of #1109DC
Complementary color
Monochromatic Colors of #1109DC
Black with #1109DC
Text Example
Text Example
White with #1109DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109DC; }
p { color: rgb(17,9,220); }
H1.HeaderClassName
{
color: #1109DC;
}
.AnyTagClassName
{
color: #1109DC;
}
</style>
background-color css
<style>
a { background-color: #1109DC; }
a { background-color: rgb(17,9,220); }
div.DivClassName
{
background-color: #1109DC;
}
.BgClassName
{
background-color: #1109DC;
}
</style>
border-color css
<style>
span { border-color: #1109DC; }
span { border-color: rgb(17,9,220); }
td.TdClassName
{
border-color: #1109DC;
}
.TagClassName
{
border-color: #1109DC;
}
</style>