Shades of Medium Blue #170DDF
Tints of Medium Blue #170DDF
RGB
CMYK
RGB Variations
Color information
#170DDF (or 0x170DDF) is known color: Medium Blue. HEX triplet: 17, 0D and DF. RGB value is (23,13,223). Sum of RGB (Red+Green+Blue) = 23+13+223=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #170DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170DDF is #E8F220. Grayscale: #272727. Windows color (decimal): -15266337 or 14617879. OLE color: 14617879.
HSL color Cylindrical-coordinate representation of color #170DDF: hue angle of 242.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170DDF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 13 | 223 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.13 |
| HSL | 242.86º | 0.89% | 0.46% | - |
| HSV(B) | 242.86º | 0.94% | 0.87% | - |
| XYZ | 13.82 | 5.8 | 70.2 | - |
| YUV | 39.93 | 231.31 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 223 | 0.90 | 0.94 | 0 | 0.13 | 242.86 | 0.89 | 0.46 |
| Hex | 17 | D | DF | 5A | 5E | 0 | D | F3 | 59 | 2E |
| Octal | 27 | 15 | 337 | 132 | 136 | 0 | 15 | 363 | 131 | 56 |
| Binary | 10111 | 1101 | 11011111 | 1011010 | 1011110 | 0 | 1101 | 11110011 | 1011001 | 101110 |
Color Harmonies of #170DDF
Complementary color
Monochromatic Colors of #170DDF
Black with #170DDF
Text Example
Text Example
White with #170DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170DDF; }
p { color: rgb(23,13,223); }
H1.HeaderClassName
{
color: #170DDF;
}
.AnyTagClassName
{
color: #170DDF;
}
</style>
background-color css
<style>
a { background-color: #170DDF; }
a { background-color: rgb(23,13,223); }
div.DivClassName
{
background-color: #170DDF;
}
.BgClassName
{
background-color: #170DDF;
}
</style>
border-color css
<style>
span { border-color: #170DDF; }
span { border-color: rgb(23,13,223); }
td.TdClassName
{
border-color: #170DDF;
}
.TagClassName
{
border-color: #170DDF;
}
</style>