Shades of Medium Blue #1617DC
Tints of Medium Blue #1617DC
RGB
CMYK
RGB Variations
Color information
#1617DC (or 0x1617DC) is known color: Medium Blue. HEX triplet: 16, 17 and DC. RGB value is (22,23,220). Sum of RGB (Red+Green+Blue) = 22+23+220=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #1617DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1617DC is #E9E823. Grayscale: #2C2C2C. Windows color (decimal): -15329316 or 14423830. OLE color: 14423830.
HSL color Cylindrical-coordinate representation of color #1617DC: hue angle of 239.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1617DC is Cyan = 0.9, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 23 | 220 | - |
| CMYK | 0.9 | 0.90 | 0 | 0.14 |
| HSL | 239.7º | 0.82% | 0.47% | - |
| HSV(B) | 239.7º | 0.9% | 0.86% | - |
| XYZ | 13.56 | 5.95 | 68.14 | - |
| YUV | 45.16 | 226.67 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 220 | 0.9 | 0.90 | 0 | 0.14 | 239.7 | 0.82 | 0.47 |
| Hex | 16 | 17 | DC | 5A | 5A | 0 | E | F0 | 52 | 2F |
| Octal | 26 | 27 | 334 | 132 | 132 | 0 | 16 | 360 | 122 | 57 |
| Binary | 10110 | 10111 | 11011100 | 1011010 | 1011010 | 0 | 1110 | 11110000 | 1010010 | 101111 |
Color Harmonies of #1617DC
Complementary color
Monochromatic Colors of #1617DC
Black with #1617DC
Text Example
Text Example
White with #1617DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1617DC; }
p { color: rgb(22,23,220); }
H1.HeaderClassName
{
color: #1617DC;
}
.AnyTagClassName
{
color: #1617DC;
}
</style>
background-color css
<style>
a { background-color: #1617DC; }
a { background-color: rgb(22,23,220); }
div.DivClassName
{
background-color: #1617DC;
}
.BgClassName
{
background-color: #1617DC;
}
</style>
border-color css
<style>
span { border-color: #1617DC; }
span { border-color: rgb(22,23,220); }
td.TdClassName
{
border-color: #1617DC;
}
.TagClassName
{
border-color: #1617DC;
}
</style>