Shades of Medium Blue #1108DA
Tints of Medium Blue #1108DA
RGB
CMYK
RGB Variations
Color information
#1108DA (or 0x1108DA) is known color: Medium Blue. HEX triplet: 11, 08 and DA. RGB value is (17,8,218). Sum of RGB (Red+Green+Blue) = 17+8+218=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 218 (85.55% from 255 or 89.71% from 243); Max value from RGB is 218 - color contains mainly: blue. Hex color #1108DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1108DA is #EEF725. Grayscale: #212121. Windows color (decimal): -15660838 or 14288913. OLE color: 14288913.
HSL color Cylindrical-coordinate representation of color #1108DA: hue angle of 242.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1108DA is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 8 | 218 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.15 |
| HSL | 242.57º | 0.93% | 0.44% | - |
| HSV(B) | 242.57º | 0.96% | 0.85% | - |
| XYZ | 12.97 | 5.35 | 66.68 | - |
| YUV | 34.63 | 231.48 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 218 | 0.92 | 0.96 | 0 | 0.15 | 242.57 | 0.93 | 0.44 |
| Hex | 11 | 8 | DA | 5C | 60 | 0 | F | F3 | 5D | 2C |
| Octal | 21 | 10 | 332 | 134 | 140 | 0 | 17 | 363 | 135 | 54 |
| Binary | 10001 | 1000 | 11011010 | 1011100 | 1100000 | 0 | 1111 | 11110011 | 1011101 | 101100 |
Color Harmonies of #1108DA
Complementary color
Monochromatic Colors of #1108DA
Black with #1108DA
Text Example
Text Example
White with #1108DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1108DA; }
p { color: rgb(17,8,218); }
H1.HeaderClassName
{
color: #1108DA;
}
.AnyTagClassName
{
color: #1108DA;
}
</style>
background-color css
<style>
a { background-color: #1108DA; }
a { background-color: rgb(17,8,218); }
div.DivClassName
{
background-color: #1108DA;
}
.BgClassName
{
background-color: #1108DA;
}
</style>
border-color css
<style>
span { border-color: #1108DA; }
span { border-color: rgb(17,8,218); }
td.TdClassName
{
border-color: #1108DA;
}
.TagClassName
{
border-color: #1108DA;
}
</style>