Shades of Medium Blue #1710D2
Tints of Medium Blue #1710D2
RGB
CMYK
RGB Variations
Color information
#1710D2 (or 0x1710D2) is known color: Medium Blue. HEX triplet: 17, 10 and D2. RGB value is (23,16,210). Sum of RGB (Red+Green+Blue) = 23+16+210=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 210 (82.42% from 255 or 84.34% from 249); Max value from RGB is 210 - color contains mainly: blue. Hex color #1710D2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1710D2 is #E8EF2D. Grayscale: #272727. Windows color (decimal): -15265582 or 13766679. OLE color: 13766679.
HSL color Cylindrical-coordinate representation of color #1710D2: hue angle of 242.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1710D2 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 16 | 210 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.18 |
| HSL | 242.16º | 0.86% | 0.44% | - |
| HSV(B) | 242.16º | 0.92% | 0.82% | - |
| XYZ | 12.17 | 5.21 | 61.34 | - |
| YUV | 40.21 | 223.82 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 210 | 0.89 | 0.92 | 0 | 0.18 | 242.16 | 0.86 | 0.44 |
| Hex | 17 | 10 | D2 | 59 | 5C | 0 | 12 | F2 | 56 | 2C |
| Octal | 27 | 20 | 322 | 131 | 134 | 0 | 22 | 362 | 126 | 54 |
| Binary | 10111 | 10000 | 11010010 | 1011001 | 1011100 | 0 | 10010 | 11110010 | 1010110 | 101100 |
Color Harmonies of #1710D2
Complementary color
Monochromatic Colors of #1710D2
Black with #1710D2
Text Example
Text Example
White with #1710D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1710D2; }
p { color: rgb(23,16,210); }
H1.HeaderClassName
{
color: #1710D2;
}
.AnyTagClassName
{
color: #1710D2;
}
</style>
background-color css
<style>
a { background-color: #1710D2; }
a { background-color: rgb(23,16,210); }
div.DivClassName
{
background-color: #1710D2;
}
.BgClassName
{
background-color: #1710D2;
}
</style>
border-color css
<style>
span { border-color: #1710D2; }
span { border-color: rgb(23,16,210); }
td.TdClassName
{
border-color: #1710D2;
}
.TagClassName
{
border-color: #1710D2;
}
</style>