Shades of Medium Blue #1700DF
Tints of Medium Blue #1700DF
RGB
CMYK
RGB Variations
Color information
#1700DF (or 0x1700DF) is known color: Medium Blue. HEX triplet: 17, 00 and DF. RGB value is (23,0,223). Sum of RGB (Red+Green+Blue) = 23+0+223=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 223 (87.5% from 255 or 90.65% from 246); Max value from RGB is 223 - color contains mainly: blue. Hex color #1700DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1700DF is #E8FF20. Grayscale: #1F1F1F. Windows color (decimal): -15269665 or 14614551. OLE color: 14614551.
HSL color Cylindrical-coordinate representation of color #1700DF: hue angle of 246.19º 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 #1700DF is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 0 | 223 | - |
| CMYK | 0.90 | 1 | 0 | 0.13 |
| HSL | 246.19º | 1% | 0.44% | - |
| HSV(B) | 246.19º | 1% | 0.87% | - |
| XYZ | 13.67 | 5.51 | 70.15 | - |
| YUV | 32.3 | 235.62 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 223 | 0.90 | 1 | 0 | 0.13 | 246.19 | 1 | 0.44 |
| Hex | 17 | 0 | DF | 5A | 64 | 0 | D | F6 | 64 | 2C |
| Octal | 27 | 0 | 337 | 132 | 144 | 0 | 15 | 366 | 144 | 54 |
| Binary | 10111 | 0 | 11011111 | 1011010 | 1100100 | 0 | 1101 | 11110110 | 1100100 | 101100 |
Color Harmonies of #1700DF
Complementary color
Monochromatic Colors of #1700DF
Black with #1700DF
Text Example
Text Example
White with #1700DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700DF; }
p { color: rgb(23,0,223); }
H1.HeaderClassName
{
color: #1700DF;
}
.AnyTagClassName
{
color: #1700DF;
}
</style>
background-color css
<style>
a { background-color: #1700DF; }
a { background-color: rgb(23,0,223); }
div.DivClassName
{
background-color: #1700DF;
}
.BgClassName
{
background-color: #1700DF;
}
</style>
border-color css
<style>
span { border-color: #1700DF; }
span { border-color: rgb(23,0,223); }
td.TdClassName
{
border-color: #1700DF;
}
.TagClassName
{
border-color: #1700DF;
}
</style>