Shades of Medium Blue #1717DD
Tints of Medium Blue #1717DD
RGB
CMYK
RGB Variations
Color information
#1717DD (or 0x1717DD) is known color: Medium Blue. HEX triplet: 17, 17 and DD. RGB value is (23,23,221). Sum of RGB (Red+Green+Blue) = 23+23+221=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #1717DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1717DD is #E8E822. Grayscale: #2C2C2C. Windows color (decimal): -15263779 or 14489367. OLE color: 14489367.
HSL color Cylindrical-coordinate representation of color #1717DD: hue angle of 240º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1717DD is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 23 | 221 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.13 |
| HSL | 240º | 0.81% | 0.48% | - |
| HSV(B) | 240º | 0.9% | 0.87% | - |
| XYZ | 13.71 | 6.02 | 68.85 | - |
| YUV | 45.57 | 227 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 23 | 221 | 0.90 | 0.90 | 0 | 0.13 | 240 | 0.81 | 0.48 |
| Hex | 17 | 17 | DD | 5A | 5A | 0 | D | F0 | 51 | 30 |
| Octal | 27 | 27 | 335 | 132 | 132 | 0 | 15 | 360 | 121 | 60 |
| Binary | 10111 | 10111 | 11011101 | 1011010 | 1011010 | 0 | 1101 | 11110000 | 1010001 | 110000 |
Color Harmonies of #1717DD
Complementary color
Monochromatic Colors of #1717DD
Black with #1717DD
Text Example
Text Example
White with #1717DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1717DD; }
p { color: rgb(23,23,221); }
H1.HeaderClassName
{
color: #1717DD;
}
.AnyTagClassName
{
color: #1717DD;
}
</style>
background-color css
<style>
a { background-color: #1717DD; }
a { background-color: rgb(23,23,221); }
div.DivClassName
{
background-color: #1717DD;
}
.BgClassName
{
background-color: #1717DD;
}
</style>
border-color css
<style>
span { border-color: #1717DD; }
span { border-color: rgb(23,23,221); }
td.TdClassName
{
border-color: #1717DD;
}
.TagClassName
{
border-color: #1717DD;
}
</style>