Shades of Medium Blue #111EDF
Tints of Medium Blue #111EDF
RGB
CMYK
RGB Variations
Color information
#111EDF (or 0x111EDF) is known color: Medium Blue. HEX triplet: 11, 1E and DF. RGB value is (17,30,223). Sum of RGB (Red+Green+Blue) = 17+30+223=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #111EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EDF is #EEE120. Grayscale: #2F2F2F. Windows color (decimal): -15655201 or 14622225. OLE color: 14622225.
HSL color Cylindrical-coordinate representation of color #111EDF: hue angle of 236.21º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111EDF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 30 | 223 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.13 |
| HSL | 236.21º | 0.86% | 0.47% | - |
| HSV(B) | 236.21º | 0.92% | 0.87% | - |
| XYZ | 14.01 | 6.38 | 70.3 | - |
| YUV | 48.12 | 226.69 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 223 | 0.92 | 0.87 | 0 | 0.13 | 236.21 | 0.86 | 0.47 |
| Hex | 11 | 1E | DF | 5C | 57 | 0 | D | EC | 56 | 2F |
| Octal | 21 | 36 | 337 | 134 | 127 | 0 | 15 | 354 | 126 | 57 |
| Binary | 10001 | 11110 | 11011111 | 1011100 | 1010111 | 0 | 1101 | 11101100 | 1010110 | 101111 |
Color Harmonies of #111EDF
Complementary color
Monochromatic Colors of #111EDF
Black with #111EDF
Text Example
Text Example
White with #111EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111EDF; }
p { color: rgb(17,30,223); }
H1.HeaderClassName
{
color: #111EDF;
}
.AnyTagClassName
{
color: #111EDF;
}
</style>
background-color css
<style>
a { background-color: #111EDF; }
a { background-color: rgb(17,30,223); }
div.DivClassName
{
background-color: #111EDF;
}
.BgClassName
{
background-color: #111EDF;
}
</style>
border-color css
<style>
span { border-color: #111EDF; }
span { border-color: rgb(17,30,223); }
td.TdClassName
{
border-color: #111EDF;
}
.TagClassName
{
border-color: #111EDF;
}
</style>