Shades of Medium Blue #1116DF
Tints of Medium Blue #1116DF
RGB
CMYK
RGB Variations
Color information
#1116DF (or 0x1116DF) is known color: Medium Blue. HEX triplet: 11, 16 and DF. RGB value is (17,22,223). Sum of RGB (Red+Green+Blue) = 17+22+223=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #1116DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116DF is #EEE920. Grayscale: #2A2A2A. Windows color (decimal): -15657249 or 14620177. OLE color: 14620177.
HSL color Cylindrical-coordinate representation of color #1116DF: hue angle of 238.54º 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 #1116DF is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 22 | 223 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.13 |
| HSL | 238.54º | 0.86% | 0.47% | - |
| HSV(B) | 238.54º | 0.92% | 0.87% | - |
| XYZ | 13.84 | 6.02 | 70.24 | - |
| YUV | 43.42 | 229.34 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 223 | 0.92 | 0.90 | 0 | 0.13 | 238.54 | 0.86 | 0.47 |
| Hex | 11 | 16 | DF | 5C | 5A | 0 | D | EF | 56 | 2F |
| Octal | 21 | 26 | 337 | 134 | 132 | 0 | 15 | 357 | 126 | 57 |
| Binary | 10001 | 10110 | 11011111 | 1011100 | 1011010 | 0 | 1101 | 11101111 | 1010110 | 101111 |
Color Harmonies of #1116DF
Complementary color
Monochromatic Colors of #1116DF
Black with #1116DF
Text Example
Text Example
White with #1116DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116DF; }
p { color: rgb(17,22,223); }
H1.HeaderClassName
{
color: #1116DF;
}
.AnyTagClassName
{
color: #1116DF;
}
</style>
background-color css
<style>
a { background-color: #1116DF; }
a { background-color: rgb(17,22,223); }
div.DivClassName
{
background-color: #1116DF;
}
.BgClassName
{
background-color: #1116DF;
}
</style>
border-color css
<style>
span { border-color: #1116DF; }
span { border-color: rgb(17,22,223); }
td.TdClassName
{
border-color: #1116DF;
}
.TagClassName
{
border-color: #1116DF;
}
</style>