Shades of Medium Blue #1105DC
Tints of Medium Blue #1105DC
RGB
CMYK
RGB Variations
Color information
#1105DC (or 0x1105DC) is known color: Medium Blue. HEX triplet: 11, 05 and DC. RGB value is (17,5,220). Sum of RGB (Red+Green+Blue) = 17+5+220=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 220 (86.33% from 255 or 90.91% from 242); Max value from RGB is 220 - color contains mainly: blue. Hex color #1105DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1105DC is #EEFA23. Grayscale: #202020. Windows color (decimal): -15661604 or 14419217. OLE color: 14419217.
HSL color Cylindrical-coordinate representation of color #1105DC: hue angle of 243.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1105DC is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 5 | 220 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.14 |
| HSL | 243.35º | 0.96% | 0.44% | - |
| HSV(B) | 243.35º | 0.98% | 0.86% | - |
| XYZ | 13.2 | 5.4 | 68.06 | - |
| YUV | 33.1 | 233.48 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 220 | 0.92 | 0.98 | 0 | 0.14 | 243.35 | 0.96 | 0.44 |
| Hex | 11 | 5 | DC | 5C | 62 | 0 | E | F3 | 60 | 2C |
| Octal | 21 | 5 | 334 | 134 | 142 | 0 | 16 | 363 | 140 | 54 |
| Binary | 10001 | 101 | 11011100 | 1011100 | 1100010 | 0 | 1110 | 11110011 | 1100000 | 101100 |
Color Harmonies of #1105DC
Complementary color
Monochromatic Colors of #1105DC
Black with #1105DC
Text Example
Text Example
White with #1105DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1105DC; }
p { color: rgb(17,5,220); }
H1.HeaderClassName
{
color: #1105DC;
}
.AnyTagClassName
{
color: #1105DC;
}
</style>
background-color css
<style>
a { background-color: #1105DC; }
a { background-color: rgb(17,5,220); }
div.DivClassName
{
background-color: #1105DC;
}
.BgClassName
{
background-color: #1105DC;
}
</style>
border-color css
<style>
span { border-color: #1105DC; }
span { border-color: rgb(17,5,220); }
td.TdClassName
{
border-color: #1105DC;
}
.TagClassName
{
border-color: #1105DC;
}
</style>