Shades of Medium Blue #1716D7
Tints of Medium Blue #1716D7
RGB
CMYK
RGB Variations
Color information
#1716D7 (or 0x1716D7) is known color: Medium Blue. HEX triplet: 17, 16 and D7. RGB value is (23,22,215). Sum of RGB (Red+Green+Blue) = 23+22+215=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 215 (84.38% from 255 or 82.69% from 260); Max value from RGB is 215 - color contains mainly: blue. Hex color #1716D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1716D7 is #E8E928. Grayscale: #2B2B2B. Windows color (decimal): -15264041 or 14095895. OLE color: 14095895.
HSL color Cylindrical-coordinate representation of color #1716D7: hue angle of 240.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1716D7 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 22 | 215 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.16 |
| HSL | 240.31º | 0.81% | 0.46% | - |
| HSV(B) | 240.31º | 0.9% | 0.84% | - |
| XYZ | 12.91 | 5.66 | 64.7 | - |
| YUV | 44.3 | 224.33 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 215 | 0.89 | 0.90 | 0 | 0.16 | 240.31 | 0.81 | 0.46 |
| Hex | 17 | 16 | D7 | 59 | 5A | 0 | 10 | F0 | 51 | 2E |
| Octal | 27 | 26 | 327 | 131 | 132 | 0 | 20 | 360 | 121 | 56 |
| Binary | 10111 | 10110 | 11010111 | 1011001 | 1011010 | 0 | 10000 | 11110000 | 1010001 | 101110 |
Color Harmonies of #1716D7
Complementary color
Monochromatic Colors of #1716D7
Black with #1716D7
Text Example
Text Example
White with #1716D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1716D7; }
p { color: rgb(23,22,215); }
H1.HeaderClassName
{
color: #1716D7;
}
.AnyTagClassName
{
color: #1716D7;
}
</style>
background-color css
<style>
a { background-color: #1716D7; }
a { background-color: rgb(23,22,215); }
div.DivClassName
{
background-color: #1716D7;
}
.BgClassName
{
background-color: #1716D7;
}
</style>
border-color css
<style>
span { border-color: #1716D7; }
span { border-color: rgb(23,22,215); }
td.TdClassName
{
border-color: #1716D7;
}
.TagClassName
{
border-color: #1716D7;
}
</style>