Shades of Medium Blue #1717DE
Tints of Medium Blue #1717DE
RGB
CMYK
RGB Variations
Color information
#1717DE (or 0x1717DE) is known color: Medium Blue. HEX triplet: 17, 17 and DE. RGB value is (23,23,222). Sum of RGB (Red+Green+Blue) = 23+23+222=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 222 (87.11% from 255 or 82.84% from 268); Max value from RGB is 222 - color contains mainly: blue. Hex color #1717DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1717DE is #E8E821. Grayscale: #2C2C2C. Windows color (decimal): -15263778 or 14554903. OLE color: 14554903.
HSL color Cylindrical-coordinate representation of color #1717DE: 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 #1717DE is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 23 | 222 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.13 |
| HSL | 240º | 0.81% | 0.48% | - |
| HSV(B) | 240º | 0.9% | 0.87% | - |
| XYZ | 13.84 | 6.07 | 69.55 | - |
| YUV | 45.69 | 227.5 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 23 | 222 | 0.90 | 0.90 | 0 | 0.13 | 240 | 0.81 | 0.48 |
| Hex | 17 | 17 | DE | 5A | 5A | 0 | D | F0 | 51 | 30 |
| Octal | 27 | 27 | 336 | 132 | 132 | 0 | 15 | 360 | 121 | 60 |
| Binary | 10111 | 10111 | 11011110 | 1011010 | 1011010 | 0 | 1101 | 11110000 | 1010001 | 110000 |
Color Harmonies of #1717DE
Complementary color
Monochromatic Colors of #1717DE
Black with #1717DE
Text Example
Text Example
White with #1717DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1717DE; }
p { color: rgb(23,23,222); }
H1.HeaderClassName
{
color: #1717DE;
}
.AnyTagClassName
{
color: #1717DE;
}
</style>
background-color css
<style>
a { background-color: #1717DE; }
a { background-color: rgb(23,23,222); }
div.DivClassName
{
background-color: #1717DE;
}
.BgClassName
{
background-color: #1717DE;
}
</style>
border-color css
<style>
span { border-color: #1717DE; }
span { border-color: rgb(23,23,222); }
td.TdClassName
{
border-color: #1717DE;
}
.TagClassName
{
border-color: #1717DE;
}
</style>