Shades of Medium Blue #1711DD
Tints of Medium Blue #1711DD
RGB
CMYK
RGB Variations
Color information
#1711DD (or 0x1711DD) is known color: Medium Blue. HEX triplet: 17, 11 and DD. RGB value is (23,17,221). Sum of RGB (Red+Green+Blue) = 23+17+221=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 221 (86.72% from 255 or 84.67% from 261); Max value from RGB is 221 - color contains mainly: blue. Hex color #1711DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1711DD is #E8EE22. Grayscale: #292929. Windows color (decimal): -15265315 or 14487831. OLE color: 14487831.
HSL color Cylindrical-coordinate representation of color #1711DD: 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 #1711DD is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 17 | 221 | - |
| 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.6 | 5.8 | 68.81 | - |
| YUV | 42.05 | 228.99 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 221 | 0.90 | 0.92 | 0 | 0.13 | 241.76 | 0.86 | 0.47 |
| Hex | 17 | 11 | DD | 5A | 5C | 0 | D | F2 | 56 | 2F |
| Octal | 27 | 21 | 335 | 132 | 134 | 0 | 15 | 362 | 126 | 57 |
| Binary | 10111 | 10001 | 11011101 | 1011010 | 1011100 | 0 | 1101 | 11110010 | 1010110 | 101111 |
Color Harmonies of #1711DD
Complementary color
Monochromatic Colors of #1711DD
Black with #1711DD
Text Example
Text Example
White with #1711DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1711DD; }
p { color: rgb(23,17,221); }
H1.HeaderClassName
{
color: #1711DD;
}
.AnyTagClassName
{
color: #1711DD;
}
</style>
background-color css
<style>
a { background-color: #1711DD; }
a { background-color: rgb(23,17,221); }
div.DivClassName
{
background-color: #1711DD;
}
.BgClassName
{
background-color: #1711DD;
}
</style>
border-color css
<style>
span { border-color: #1711DD; }
span { border-color: rgb(23,17,221); }
td.TdClassName
{
border-color: #1711DD;
}
.TagClassName
{
border-color: #1711DD;
}
</style>