Shades of Medium Blue #1114CE
Tints of Medium Blue #1114CE
RGB
CMYK
RGB Variations
Color information
#1114CE (or 0x1114CE) is known color: Medium Blue. HEX triplet: 11, 14 and CE. RGB value is (17,20,206). Sum of RGB (Red+Green+Blue) = 17+20+206=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #1114CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1114CE is #EEEB31. Grayscale: #272727. Windows color (decimal): -15657778 or 13505553. OLE color: 13505553.
HSL color Cylindrical-coordinate representation of color #1114CE: hue angle of 239.05º 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 #1114CE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 20 | 206 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.19 |
| HSL | 239.05º | 0.85% | 0.44% | - |
| HSV(B) | 239.05º | 0.92% | 0.81% | - |
| XYZ | 11.62 | 5.08 | 58.76 | - |
| YUV | 40.31 | 221.51 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 206 | 0.92 | 0.90 | 0 | 0.19 | 239.05 | 0.85 | 0.44 |
| Hex | 11 | 14 | CE | 5C | 5A | 0 | 13 | EF | 55 | 2C |
| Octal | 21 | 24 | 316 | 134 | 132 | 0 | 23 | 357 | 125 | 54 |
| Binary | 10001 | 10100 | 11001110 | 1011100 | 1011010 | 0 | 10011 | 11101111 | 1010101 | 101100 |
Color Harmonies of #1114CE
Complementary color
Monochromatic Colors of #1114CE
Black with #1114CE
Text Example
Text Example
White with #1114CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1114CE; }
p { color: rgb(17,20,206); }
H1.HeaderClassName
{
color: #1114CE;
}
.AnyTagClassName
{
color: #1114CE;
}
</style>
background-color css
<style>
a { background-color: #1114CE; }
a { background-color: rgb(17,20,206); }
div.DivClassName
{
background-color: #1114CE;
}
.BgClassName
{
background-color: #1114CE;
}
</style>
border-color css
<style>
span { border-color: #1114CE; }
span { border-color: rgb(17,20,206); }
td.TdClassName
{
border-color: #1114CE;
}
.TagClassName
{
border-color: #1114CE;
}
</style>