Shades of Medium Blue #1119DC
Tints of Medium Blue #1119DC
RGB
CMYK
RGB Variations
Color information
#1119DC (or 0x1119DC) is known color: Medium Blue. HEX triplet: 11, 19 and DC. RGB value is (17,25,220). Sum of RGB (Red+Green+Blue) = 17+25+220=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #1119DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1119DC is #EEE623. Grayscale: #2C2C2C. Windows color (decimal): -15656484 or 14424337. OLE color: 14424337.
HSL color Cylindrical-coordinate representation of color #1119DC: hue angle of 237.64º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1119DC is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 25 | 220 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.14 |
| HSL | 237.64º | 0.86% | 0.46% | - |
| HSV(B) | 237.64º | 0.92% | 0.86% | - |
| XYZ | 13.5 | 5.98 | 68.15 | - |
| YUV | 44.84 | 226.85 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 220 | 0.92 | 0.89 | 0 | 0.14 | 237.64 | 0.86 | 0.46 |
| Hex | 11 | 19 | DC | 5C | 59 | 0 | E | EE | 56 | 2E |
| Octal | 21 | 31 | 334 | 134 | 131 | 0 | 16 | 356 | 126 | 56 |
| Binary | 10001 | 11001 | 11011100 | 1011100 | 1011001 | 0 | 1110 | 11101110 | 1010110 | 101110 |
Color Harmonies of #1119DC
Complementary color
Monochromatic Colors of #1119DC
Black with #1119DC
Text Example
Text Example
White with #1119DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1119DC; }
p { color: rgb(17,25,220); }
H1.HeaderClassName
{
color: #1119DC;
}
.AnyTagClassName
{
color: #1119DC;
}
</style>
background-color css
<style>
a { background-color: #1119DC; }
a { background-color: rgb(17,25,220); }
div.DivClassName
{
background-color: #1119DC;
}
.BgClassName
{
background-color: #1119DC;
}
</style>
border-color css
<style>
span { border-color: #1119DC; }
span { border-color: rgb(17,25,220); }
td.TdClassName
{
border-color: #1119DC;
}
.TagClassName
{
border-color: #1119DC;
}
</style>