Shades of Medium Blue #1617D7
Tints of Medium Blue #1617D7
RGB
CMYK
RGB Variations
Color information
#1617D7 (or 0x1617D7) is known color: Medium Blue. HEX triplet: 16, 17 and D7. RGB value is (22,23,215). Sum of RGB (Red+Green+Blue) = 22+23+215=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 23 (9.38% from 255 or 8.85% 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 #1617D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1617D7 is #E9E828. Grayscale: #2B2B2B. Windows color (decimal): -15329321 or 14096150. OLE color: 14096150.
HSL color Cylindrical-coordinate representation of color #1617D7: hue angle of 239.69º 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 #1617D7 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 23 | 215 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.16 |
| HSL | 239.69º | 0.81% | 0.46% | - |
| HSV(B) | 239.69º | 0.9% | 0.84% | - |
| XYZ | 12.9 | 5.69 | 64.71 | - |
| YUV | 44.59 | 224.17 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 215 | 0.90 | 0.89 | 0 | 0.16 | 239.69 | 0.81 | 0.46 |
| Hex | 16 | 17 | D7 | 5A | 59 | 0 | 10 | F0 | 51 | 2E |
| Octal | 26 | 27 | 327 | 132 | 131 | 0 | 20 | 360 | 121 | 56 |
| Binary | 10110 | 10111 | 11010111 | 1011010 | 1011001 | 0 | 10000 | 11110000 | 1010001 | 101110 |
Color Harmonies of #1617D7
Complementary color
Monochromatic Colors of #1617D7
Black with #1617D7
Text Example
Text Example
White with #1617D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1617D7; }
p { color: rgb(22,23,215); }
H1.HeaderClassName
{
color: #1617D7;
}
.AnyTagClassName
{
color: #1617D7;
}
</style>
background-color css
<style>
a { background-color: #1617D7; }
a { background-color: rgb(22,23,215); }
div.DivClassName
{
background-color: #1617D7;
}
.BgClassName
{
background-color: #1617D7;
}
</style>
border-color css
<style>
span { border-color: #1617D7; }
span { border-color: rgb(22,23,215); }
td.TdClassName
{
border-color: #1617D7;
}
.TagClassName
{
border-color: #1617D7;
}
</style>