Shades of Medium Blue #170DDC
Tints of Medium Blue #170DDC
RGB
CMYK
RGB Variations
Color information
#170DDC (or 0x170DDC) is known color: Medium Blue. HEX triplet: 17, 0D and DC. RGB value is (23,13,220). Sum of RGB (Red+Green+Blue) = 23+13+220=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 220 (86.33% from 255 or 85.94% from 256); Max value from RGB is 220 - color contains mainly: blue. Hex color #170DDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170DDC is #E8F223. Grayscale: #262626. Windows color (decimal): -15266340 or 14421271. OLE color: 14421271.
HSL color Cylindrical-coordinate representation of color #170DDC: hue angle of 242.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170DDC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 13 | 220 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.14 |
| HSL | 242.9º | 0.89% | 0.46% | - |
| HSV(B) | 242.9º | 0.94% | 0.86% | - |
| XYZ | 13.42 | 5.64 | 68.09 | - |
| YUV | 39.59 | 229.81 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 220 | 0.90 | 0.94 | 0 | 0.14 | 242.9 | 0.89 | 0.46 |
| Hex | 17 | D | DC | 5A | 5E | 0 | E | F3 | 59 | 2E |
| Octal | 27 | 15 | 334 | 132 | 136 | 0 | 16 | 363 | 131 | 56 |
| Binary | 10111 | 1101 | 11011100 | 1011010 | 1011110 | 0 | 1110 | 11110011 | 1011001 | 101110 |
Color Harmonies of #170DDC
Complementary color
Monochromatic Colors of #170DDC
Black with #170DDC
Text Example
Text Example
White with #170DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170DDC; }
p { color: rgb(23,13,220); }
H1.HeaderClassName
{
color: #170DDC;
}
.AnyTagClassName
{
color: #170DDC;
}
</style>
background-color css
<style>
a { background-color: #170DDC; }
a { background-color: rgb(23,13,220); }
div.DivClassName
{
background-color: #170DDC;
}
.BgClassName
{
background-color: #170DDC;
}
</style>
border-color css
<style>
span { border-color: #170DDC; }
span { border-color: rgb(23,13,220); }
td.TdClassName
{
border-color: #170DDC;
}
.TagClassName
{
border-color: #170DDC;
}
</style>