Shades of Medium Blue #1109DE
Tints of Medium Blue #1109DE
RGB
CMYK
RGB Variations
Color information
#1109DE (or 0x1109DE) is known color: Medium Blue. HEX triplet: 11, 09 and DE. RGB value is (17,9,222). Sum of RGB (Red+Green+Blue) = 17+9+222=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 222 (87.11% from 255 or 89.52% from 248); Max value from RGB is 222 - color contains mainly: blue. Hex color #1109DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109DE is #EEF621. Grayscale: #222222. Windows color (decimal): -15660578 or 14551313. OLE color: 14551313.
HSL color Cylindrical-coordinate representation of color #1109DE: hue angle of 242.25º 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 #1109DE is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 9 | 222 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.13 |
| HSL | 242.25º | 0.92% | 0.45% | - |
| HSV(B) | 242.25º | 0.96% | 0.87% | - |
| XYZ | 13.51 | 5.59 | 69.47 | - |
| YUV | 35.67 | 233.15 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 222 | 0.92 | 0.96 | 0 | 0.13 | 242.25 | 0.92 | 0.45 |
| Hex | 11 | 9 | DE | 5C | 60 | 0 | D | F2 | 5C | 2D |
| Octal | 21 | 11 | 336 | 134 | 140 | 0 | 15 | 362 | 134 | 55 |
| Binary | 10001 | 1001 | 11011110 | 1011100 | 1100000 | 0 | 1101 | 11110010 | 1011100 | 101101 |
Color Harmonies of #1109DE
Complementary color
Monochromatic Colors of #1109DE
Black with #1109DE
Text Example
Text Example
White with #1109DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109DE; }
p { color: rgb(17,9,222); }
H1.HeaderClassName
{
color: #1109DE;
}
.AnyTagClassName
{
color: #1109DE;
}
</style>
background-color css
<style>
a { background-color: #1109DE; }
a { background-color: rgb(17,9,222); }
div.DivClassName
{
background-color: #1109DE;
}
.BgClassName
{
background-color: #1109DE;
}
</style>
border-color css
<style>
span { border-color: #1109DE; }
span { border-color: rgb(17,9,222); }
td.TdClassName
{
border-color: #1109DE;
}
.TagClassName
{
border-color: #1109DE;
}
</style>