Shades of Medium Blue #1711DE
Tints of Medium Blue #1711DE
RGB
CMYK
RGB Variations
Color information
#1711DE (or 0x1711DE) is known color: Medium Blue. HEX triplet: 17, 11 and DE. RGB value is (23,17,222). Sum of RGB (Red+Green+Blue) = 23+17+222=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 222 (87.11% from 255 or 84.73% from 262); Max value from RGB is 222 - color contains mainly: blue. Hex color #1711DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1711DE is #E8EE21. Grayscale: #292929. Windows color (decimal): -15265314 or 14553367. OLE color: 14553367.
HSL color Cylindrical-coordinate representation of color #1711DE: hue angle of 241.76º 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 #1711DE is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 17 | 222 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.13 |
| HSL | 241.76º | 0.86% | 0.47% | - |
| HSV(B) | 241.76º | 0.92% | 0.87% | - |
| XYZ | 13.74 | 5.86 | 69.51 | - |
| YUV | 42.16 | 229.49 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 222 | 0.90 | 0.92 | 0 | 0.13 | 241.76 | 0.86 | 0.47 |
| Hex | 17 | 11 | DE | 5A | 5C | 0 | D | F2 | 56 | 2F |
| Octal | 27 | 21 | 336 | 132 | 134 | 0 | 15 | 362 | 126 | 57 |
| Binary | 10111 | 10001 | 11011110 | 1011010 | 1011100 | 0 | 1101 | 11110010 | 1010110 | 101111 |
Color Harmonies of #1711DE
Complementary color
Monochromatic Colors of #1711DE
Black with #1711DE
Text Example
Text Example
White with #1711DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1711DE; }
p { color: rgb(23,17,222); }
H1.HeaderClassName
{
color: #1711DE;
}
.AnyTagClassName
{
color: #1711DE;
}
</style>
background-color css
<style>
a { background-color: #1711DE; }
a { background-color: rgb(23,17,222); }
div.DivClassName
{
background-color: #1711DE;
}
.BgClassName
{
background-color: #1711DE;
}
</style>
border-color css
<style>
span { border-color: #1711DE; }
span { border-color: rgb(23,17,222); }
td.TdClassName
{
border-color: #1711DE;
}
.TagClassName
{
border-color: #1711DE;
}
</style>