Shades of Medium Blue #1617DA
Tints of Medium Blue #1617DA
RGB
CMYK
RGB Variations
Color information
#1617DA (or 0x1617DA) is known color: Medium Blue. HEX triplet: 16, 17 and DA. RGB value is (22,23,218). Sum of RGB (Red+Green+Blue) = 22+23+218=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #1617DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1617DA is #E9E825. Grayscale: #2C2C2C. Windows color (decimal): -15329318 or 14292758. OLE color: 14292758.
HSL color Cylindrical-coordinate representation of color #1617DA: hue angle of 239.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1617DA is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 23 | 218 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.15 |
| HSL | 239.69º | 0.82% | 0.47% | - |
| HSV(B) | 239.69º | 0.9% | 0.85% | - |
| XYZ | 13.29 | 5.85 | 66.76 | - |
| YUV | 44.93 | 225.67 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 218 | 0.90 | 0.89 | 0 | 0.15 | 239.69 | 0.82 | 0.47 |
| Hex | 16 | 17 | DA | 5A | 59 | 0 | F | F0 | 52 | 2F |
| Octal | 26 | 27 | 332 | 132 | 131 | 0 | 17 | 360 | 122 | 57 |
| Binary | 10110 | 10111 | 11011010 | 1011010 | 1011001 | 0 | 1111 | 11110000 | 1010010 | 101111 |
Color Harmonies of #1617DA
Complementary color
Monochromatic Colors of #1617DA
Black with #1617DA
Text Example
Text Example
White with #1617DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1617DA; }
p { color: rgb(22,23,218); }
H1.HeaderClassName
{
color: #1617DA;
}
.AnyTagClassName
{
color: #1617DA;
}
</style>
background-color css
<style>
a { background-color: #1617DA; }
a { background-color: rgb(22,23,218); }
div.DivClassName
{
background-color: #1617DA;
}
.BgClassName
{
background-color: #1617DA;
}
</style>
border-color css
<style>
span { border-color: #1617DA; }
span { border-color: rgb(22,23,218); }
td.TdClassName
{
border-color: #1617DA;
}
.TagClassName
{
border-color: #1617DA;
}
</style>