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