Shades of Medium Blue #1109DD
Tints of Medium Blue #1109DD
RGB
CMYK
RGB Variations
Color information
#1109DD (or 0x1109DD) is known color: Medium Blue. HEX triplet: 11, 09 and DD. RGB value is (17,9,221). Sum of RGB (Red+Green+Blue) = 17+9+221=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 221 (86.72% from 255 or 89.47% from 247); Max value from RGB is 221 - color contains mainly: blue. Hex color #1109DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109DD is #EEF622. Grayscale: #222222. Windows color (decimal): -15660579 or 14485777. OLE color: 14485777.
HSL color Cylindrical-coordinate representation of color #1109DD: hue angle of 242.26º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1109DD is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 9 | 221 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.13 |
| HSL | 242.26º | 0.92% | 0.45% | - |
| HSV(B) | 242.26º | 0.96% | 0.87% | - |
| XYZ | 13.38 | 5.54 | 68.77 | - |
| YUV | 35.56 | 232.65 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 221 | 0.92 | 0.96 | 0 | 0.13 | 242.26 | 0.92 | 0.45 |
| Hex | 11 | 9 | DD | 5C | 60 | 0 | D | F2 | 5C | 2D |
| Octal | 21 | 11 | 335 | 134 | 140 | 0 | 15 | 362 | 134 | 55 |
| Binary | 10001 | 1001 | 11011101 | 1011100 | 1100000 | 0 | 1101 | 11110010 | 1011100 | 101101 |
Color Harmonies of #1109DD
Complementary color
Monochromatic Colors of #1109DD
Black with #1109DD
Text Example
Text Example
White with #1109DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109DD; }
p { color: rgb(17,9,221); }
H1.HeaderClassName
{
color: #1109DD;
}
.AnyTagClassName
{
color: #1109DD;
}
</style>
background-color css
<style>
a { background-color: #1109DD; }
a { background-color: rgb(17,9,221); }
div.DivClassName
{
background-color: #1109DD;
}
.BgClassName
{
background-color: #1109DD;
}
</style>
border-color css
<style>
span { border-color: #1109DD; }
span { border-color: rgb(17,9,221); }
td.TdClassName
{
border-color: #1109DD;
}
.TagClassName
{
border-color: #1109DD;
}
</style>