Shades of Medium Blue #1109D6
Tints of Medium Blue #1109D6
RGB
CMYK
RGB Variations
Color information
#1109D6 (or 0x1109D6) is known color: Medium Blue. HEX triplet: 11, 09 and D6. RGB value is (17,9,214). Sum of RGB (Red+Green+Blue) = 17+9+214=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 214 (83.98% from 255 or 89.17% from 240); Max value from RGB is 214 - color contains mainly: blue. Hex color #1109D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109D6 is #EEF629. Grayscale: #212121. Windows color (decimal): -15660586 or 14027025. OLE color: 14027025.
HSL color Cylindrical-coordinate representation of color #1109D6: hue angle of 242.34º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1109D6 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 9 | 214 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.16 |
| HSL | 242.34º | 0.92% | 0.44% | - |
| HSV(B) | 242.34º | 0.96% | 0.84% | - |
| XYZ | 12.47 | 5.17 | 63.96 | - |
| YUV | 34.76 | 229.15 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 214 | 0.92 | 0.96 | 0 | 0.16 | 242.34 | 0.92 | 0.44 |
| Hex | 11 | 9 | D6 | 5C | 60 | 0 | 10 | F2 | 5C | 2C |
| Octal | 21 | 11 | 326 | 134 | 140 | 0 | 20 | 362 | 134 | 54 |
| Binary | 10001 | 1001 | 11010110 | 1011100 | 1100000 | 0 | 10000 | 11110010 | 1011100 | 101100 |
Color Harmonies of #1109D6
Complementary color
Monochromatic Colors of #1109D6
Black with #1109D6
Text Example
Text Example
White with #1109D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109D6; }
p { color: rgb(17,9,214); }
H1.HeaderClassName
{
color: #1109D6;
}
.AnyTagClassName
{
color: #1109D6;
}
</style>
background-color css
<style>
a { background-color: #1109D6; }
a { background-color: rgb(17,9,214); }
div.DivClassName
{
background-color: #1109D6;
}
.BgClassName
{
background-color: #1109D6;
}
</style>
border-color css
<style>
span { border-color: #1109D6; }
span { border-color: rgb(17,9,214); }
td.TdClassName
{
border-color: #1109D6;
}
.TagClassName
{
border-color: #1109D6;
}
</style>