Shades of Medium Blue #1700DE
Tints of Medium Blue #1700DE
RGB
CMYK
RGB Variations
Color information
#1700DE (or 0x1700DE) is known color: Medium Blue. HEX triplet: 17, 00 and DE. RGB value is (23,0,222). Sum of RGB (Red+Green+Blue) = 23+0+222=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 222 (87.11% from 255 or 90.61% from 245); Max value from RGB is 222 - color contains mainly: blue. Hex color #1700DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1700DE is #E8FF21. Grayscale: #1F1F1F. Windows color (decimal): -15269666 or 14549015. OLE color: 14549015.
HSL color Cylindrical-coordinate representation of color #1700DE: hue angle of 246.22º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700DE is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 0 | 222 | - |
| CMYK | 0.90 | 1 | 0 | 0.13 |
| HSL | 246.22º | 1% | 0.44% | - |
| HSV(B) | 246.22º | 1% | 0.87% | - |
| XYZ | 13.54 | 5.46 | 69.45 | - |
| YUV | 32.19 | 235.12 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 222 | 0.90 | 1 | 0 | 0.13 | 246.22 | 1 | 0.44 |
| Hex | 17 | 0 | DE | 5A | 64 | 0 | D | F6 | 64 | 2C |
| Octal | 27 | 0 | 336 | 132 | 144 | 0 | 15 | 366 | 144 | 54 |
| Binary | 10111 | 0 | 11011110 | 1011010 | 1100100 | 0 | 1101 | 11110110 | 1100100 | 101100 |
Color Harmonies of #1700DE
Complementary color
Monochromatic Colors of #1700DE
Black with #1700DE
Text Example
Text Example
White with #1700DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700DE; }
p { color: rgb(23,0,222); }
H1.HeaderClassName
{
color: #1700DE;
}
.AnyTagClassName
{
color: #1700DE;
}
</style>
background-color css
<style>
a { background-color: #1700DE; }
a { background-color: rgb(23,0,222); }
div.DivClassName
{
background-color: #1700DE;
}
.BgClassName
{
background-color: #1700DE;
}
</style>
border-color css
<style>
span { border-color: #1700DE; }
span { border-color: rgb(23,0,222); }
td.TdClassName
{
border-color: #1700DE;
}
.TagClassName
{
border-color: #1700DE;
}
</style>