Shades of Medium Blue #1108D7
Tints of Medium Blue #1108D7
RGB
CMYK
RGB Variations
Color information
#1108D7 (or 0x1108D7) is known color: Medium Blue. HEX triplet: 11, 08 and D7. RGB value is (17,8,215). Sum of RGB (Red+Green+Blue) = 17+8+215=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 215 (84.38% from 255 or 89.58% from 240); Max value from RGB is 215 - color contains mainly: blue. Hex color #1108D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1108D7 is #EEF728. Grayscale: #212121. Windows color (decimal): -15660841 or 14092305. OLE color: 14092305.
HSL color Cylindrical-coordinate representation of color #1108D7: hue angle of 242.61º degrees, saturation: 0.93, 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 #1108D7 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 8 | 215 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.16 |
| HSL | 242.61º | 0.93% | 0.44% | - |
| HSV(B) | 242.61º | 0.96% | 0.84% | - |
| XYZ | 12.58 | 5.2 | 64.63 | - |
| YUV | 34.29 | 229.98 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 215 | 0.92 | 0.96 | 0 | 0.16 | 242.61 | 0.93 | 0.44 |
| Hex | 11 | 8 | D7 | 5C | 60 | 0 | 10 | F3 | 5D | 2C |
| Octal | 21 | 10 | 327 | 134 | 140 | 0 | 20 | 363 | 135 | 54 |
| Binary | 10001 | 1000 | 11010111 | 1011100 | 1100000 | 0 | 10000 | 11110011 | 1011101 | 101100 |
Color Harmonies of #1108D7
Complementary color
Monochromatic Colors of #1108D7
Black with #1108D7
Text Example
Text Example
White with #1108D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1108D7; }
p { color: rgb(17,8,215); }
H1.HeaderClassName
{
color: #1108D7;
}
.AnyTagClassName
{
color: #1108D7;
}
</style>
background-color css
<style>
a { background-color: #1108D7; }
a { background-color: rgb(17,8,215); }
div.DivClassName
{
background-color: #1108D7;
}
.BgClassName
{
background-color: #1108D7;
}
</style>
border-color css
<style>
span { border-color: #1108D7; }
span { border-color: rgb(17,8,215); }
td.TdClassName
{
border-color: #1108D7;
}
.TagClassName
{
border-color: #1108D7;
}
</style>