Shades of Medium Blue #1114DF
Tints of Medium Blue #1114DF
RGB
CMYK
RGB Variations
Color information
#1114DF (or 0x1114DF) is known color: Medium Blue. HEX triplet: 11, 14 and DF. RGB value is (17,20,223). Sum of RGB (Red+Green+Blue) = 17+20+223=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 223 (87.5% from 255 or 85.77% from 260); Max value from RGB is 223 - color contains mainly: blue. Hex color #1114DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1114DF is #EEEB20. Grayscale: #292929. Windows color (decimal): -15657761 or 14619665. OLE color: 14619665.
HSL color Cylindrical-coordinate representation of color #1114DF: hue angle of 239.13º 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 #1114DF is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 20 | 223 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.13 |
| HSL | 239.13º | 0.86% | 0.47% | - |
| HSV(B) | 239.13º | 0.92% | 0.87% | - |
| XYZ | 13.8 | 5.95 | 70.23 | - |
| YUV | 42.25 | 230.01 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 223 | 0.92 | 0.91 | 0 | 0.13 | 239.13 | 0.86 | 0.47 |
| Hex | 11 | 14 | DF | 5C | 5B | 0 | D | EF | 56 | 2F |
| Octal | 21 | 24 | 337 | 134 | 133 | 0 | 15 | 357 | 126 | 57 |
| Binary | 10001 | 10100 | 11011111 | 1011100 | 1011011 | 0 | 1101 | 11101111 | 1010110 | 101111 |
Color Harmonies of #1114DF
Complementary color
Monochromatic Colors of #1114DF
Black with #1114DF
Text Example
Text Example
White with #1114DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1114DF; }
p { color: rgb(17,20,223); }
H1.HeaderClassName
{
color: #1114DF;
}
.AnyTagClassName
{
color: #1114DF;
}
</style>
background-color css
<style>
a { background-color: #1114DF; }
a { background-color: rgb(17,20,223); }
div.DivClassName
{
background-color: #1114DF;
}
.BgClassName
{
background-color: #1114DF;
}
</style>
border-color css
<style>
span { border-color: #1114DF; }
span { border-color: rgb(17,20,223); }
td.TdClassName
{
border-color: #1114DF;
}
.TagClassName
{
border-color: #1114DF;
}
</style>