Shades of Medium Blue #1119D8
Tints of Medium Blue #1119D8
RGB
CMYK
RGB Variations
Color information
#1119D8 (or 0x1119D8) is known color: Medium Blue. HEX triplet: 11, 19 and D8. RGB value is (17,25,216). Sum of RGB (Red+Green+Blue) = 17+25+216=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 216 (84.77% from 255 or 83.72% from 258); Max value from RGB is 216 - color contains mainly: blue. Hex color #1119D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1119D8 is #EEE627. Grayscale: #2B2B2B. Windows color (decimal): -15656488 or 14162193. OLE color: 14162193.
HSL color Cylindrical-coordinate representation of color #1119D8: hue angle of 237.59º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1119D8 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 25 | 216 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.15 |
| HSL | 237.59º | 0.85% | 0.46% | - |
| HSV(B) | 237.59º | 0.92% | 0.85% | - |
| XYZ | 12.97 | 5.77 | 65.4 | - |
| YUV | 44.38 | 224.85 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 216 | 0.92 | 0.88 | 0 | 0.15 | 237.59 | 0.85 | 0.46 |
| Hex | 11 | 19 | D8 | 5C | 58 | 0 | F | EE | 55 | 2E |
| Octal | 21 | 31 | 330 | 134 | 130 | 0 | 17 | 356 | 125 | 56 |
| Binary | 10001 | 11001 | 11011000 | 1011100 | 1011000 | 0 | 1111 | 11101110 | 1010101 | 101110 |
Color Harmonies of #1119D8
Complementary color
Monochromatic Colors of #1119D8
Black with #1119D8
Text Example
Text Example
White with #1119D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1119D8; }
p { color: rgb(17,25,216); }
H1.HeaderClassName
{
color: #1119D8;
}
.AnyTagClassName
{
color: #1119D8;
}
</style>
background-color css
<style>
a { background-color: #1119D8; }
a { background-color: rgb(17,25,216); }
div.DivClassName
{
background-color: #1119D8;
}
.BgClassName
{
background-color: #1119D8;
}
</style>
border-color css
<style>
span { border-color: #1119D8; }
span { border-color: rgb(17,25,216); }
td.TdClassName
{
border-color: #1119D8;
}
.TagClassName
{
border-color: #1119D8;
}
</style>