Shades of Medium Blue #1117CF
Tints of Medium Blue #1117CF
RGB
CMYK
RGB Variations
Color information
#1117CF (or 0x1117CF) is known color: Medium Blue. HEX triplet: 11, 17 and CF. RGB value is (17,23,207). Sum of RGB (Red+Green+Blue) = 17+23+207=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #1117CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1117CF is #EEE830. Grayscale: #292929. Windows color (decimal): -15657009 or 13571857. OLE color: 13571857.
HSL color Cylindrical-coordinate representation of color #1117CF: hue angle of 238.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1117CF is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 23 | 207 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.19 |
| HSL | 238.11º | 0.85% | 0.44% | - |
| HSV(B) | 238.11º | 0.92% | 0.81% | - |
| XYZ | 11.8 | 5.24 | 59.42 | - |
| YUV | 42.18 | 221.01 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 207 | 0.92 | 0.89 | 0 | 0.19 | 238.11 | 0.85 | 0.44 |
| Hex | 11 | 17 | CF | 5C | 59 | 0 | 13 | EE | 55 | 2C |
| Octal | 21 | 27 | 317 | 134 | 131 | 0 | 23 | 356 | 125 | 54 |
| Binary | 10001 | 10111 | 11001111 | 1011100 | 1011001 | 0 | 10011 | 11101110 | 1010101 | 101100 |
Color Harmonies of #1117CF
Complementary color
Monochromatic Colors of #1117CF
Black with #1117CF
Text Example
Text Example
White with #1117CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1117CF; }
p { color: rgb(17,23,207); }
H1.HeaderClassName
{
color: #1117CF;
}
.AnyTagClassName
{
color: #1117CF;
}
</style>
background-color css
<style>
a { background-color: #1117CF; }
a { background-color: rgb(17,23,207); }
div.DivClassName
{
background-color: #1117CF;
}
.BgClassName
{
background-color: #1117CF;
}
</style>
border-color css
<style>
span { border-color: #1117CF; }
span { border-color: rgb(17,23,207); }
td.TdClassName
{
border-color: #1117CF;
}
.TagClassName
{
border-color: #1117CF;
}
</style>