Shades of Medium Blue #111EDC
Tints of Medium Blue #111EDC
RGB
CMYK
RGB Variations
Color information
#111EDC (or 0x111EDC) is known color: Medium Blue. HEX triplet: 11, 1E and DC. RGB value is (17,30,220). Sum of RGB (Red+Green+Blue) = 17+30+220=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #111EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EDC is #EEE123. Grayscale: #2F2F2F. Windows color (decimal): -15655204 or 14425617. OLE color: 14425617.
HSL color Cylindrical-coordinate representation of color #111EDC: hue angle of 236.16º 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 #111EDC is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 30 | 220 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.14 |
| HSL | 236.16º | 0.86% | 0.46% | - |
| HSV(B) | 236.16º | 0.92% | 0.86% | - |
| XYZ | 13.61 | 6.22 | 68.19 | - |
| YUV | 47.77 | 225.19 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 220 | 0.92 | 0.86 | 0 | 0.14 | 236.16 | 0.86 | 0.46 |
| Hex | 11 | 1E | DC | 5C | 56 | 0 | E | EC | 56 | 2E |
| Octal | 21 | 36 | 334 | 134 | 126 | 0 | 16 | 354 | 126 | 56 |
| Binary | 10001 | 11110 | 11011100 | 1011100 | 1010110 | 0 | 1110 | 11101100 | 1010110 | 101110 |
Color Harmonies of #111EDC
Complementary color
Monochromatic Colors of #111EDC
Black with #111EDC
Text Example
Text Example
White with #111EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111EDC; }
p { color: rgb(17,30,220); }
H1.HeaderClassName
{
color: #111EDC;
}
.AnyTagClassName
{
color: #111EDC;
}
</style>
background-color css
<style>
a { background-color: #111EDC; }
a { background-color: rgb(17,30,220); }
div.DivClassName
{
background-color: #111EDC;
}
.BgClassName
{
background-color: #111EDC;
}
</style>
border-color css
<style>
span { border-color: #111EDC; }
span { border-color: rgb(17,30,220); }
td.TdClassName
{
border-color: #111EDC;
}
.TagClassName
{
border-color: #111EDC;
}
</style>