Shades of Medium Blue #170FDC
Tints of Medium Blue #170FDC
RGB
CMYK
RGB Variations
Color information
#170FDC (or 0x170FDC) is known color: Medium Blue. HEX triplet: 17, 0F and DC. RGB value is (23,15,220). Sum of RGB (Red+Green+Blue) = 23+15+220=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #170FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170FDC is #E8F023. Grayscale: #272727. Windows color (decimal): -15265828 or 14421783. OLE color: 14421783.
HSL color Cylindrical-coordinate representation of color #170FDC: hue angle of 242.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170FDC is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 15 | 220 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.14 |
| HSL | 242.34º | 0.87% | 0.46% | - |
| HSV(B) | 242.34º | 0.93% | 0.86% | - |
| XYZ | 13.44 | 5.69 | 68.1 | - |
| YUV | 40.76 | 229.15 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 220 | 0.90 | 0.93 | 0 | 0.14 | 242.34 | 0.87 | 0.46 |
| Hex | 17 | F | DC | 5A | 5D | 0 | E | F2 | 57 | 2E |
| Octal | 27 | 17 | 334 | 132 | 135 | 0 | 16 | 362 | 127 | 56 |
| Binary | 10111 | 1111 | 11011100 | 1011010 | 1011101 | 0 | 1110 | 11110010 | 1010111 | 101110 |
Color Harmonies of #170FDC
Complementary color
Monochromatic Colors of #170FDC
Black with #170FDC
Text Example
Text Example
White with #170FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FDC; }
p { color: rgb(23,15,220); }
H1.HeaderClassName
{
color: #170FDC;
}
.AnyTagClassName
{
color: #170FDC;
}
</style>
background-color css
<style>
a { background-color: #170FDC; }
a { background-color: rgb(23,15,220); }
div.DivClassName
{
background-color: #170FDC;
}
.BgClassName
{
background-color: #170FDC;
}
</style>
border-color css
<style>
span { border-color: #170FDC; }
span { border-color: rgb(23,15,220); }
td.TdClassName
{
border-color: #170FDC;
}
.TagClassName
{
border-color: #170FDC;
}
</style>