Shades of Medium Blue #1716DD
Tints of Medium Blue #1716DD
RGB
CMYK
RGB Variations
Color information
#1716DD (or 0x1716DD) is known color: Medium Blue. HEX triplet: 17, 16 and DD. RGB value is (23,22,221). Sum of RGB (Red+Green+Blue) = 23+22+221=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #1716DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1716DD is #E8E922. Grayscale: #2C2C2C. Windows color (decimal): -15264035 or 14489111. OLE color: 14489111.
HSL color Cylindrical-coordinate representation of color #1716DD: hue angle of 240.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1716DD is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 22 | 221 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.13 |
| HSL | 240.3º | 0.82% | 0.48% | - |
| HSV(B) | 240.3º | 0.9% | 0.87% | - |
| XYZ | 13.69 | 5.98 | 68.84 | - |
| YUV | 44.99 | 227.33 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 221 | 0.90 | 0.90 | 0 | 0.13 | 240.3 | 0.82 | 0.48 |
| Hex | 17 | 16 | DD | 5A | 5A | 0 | D | F0 | 52 | 30 |
| Octal | 27 | 26 | 335 | 132 | 132 | 0 | 15 | 360 | 122 | 60 |
| Binary | 10111 | 10110 | 11011101 | 1011010 | 1011010 | 0 | 1101 | 11110000 | 1010010 | 110000 |
Color Harmonies of #1716DD
Complementary color
Monochromatic Colors of #1716DD
Black with #1716DD
Text Example
Text Example
White with #1716DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1716DD; }
p { color: rgb(23,22,221); }
H1.HeaderClassName
{
color: #1716DD;
}
.AnyTagClassName
{
color: #1716DD;
}
</style>
background-color css
<style>
a { background-color: #1716DD; }
a { background-color: rgb(23,22,221); }
div.DivClassName
{
background-color: #1716DD;
}
.BgClassName
{
background-color: #1716DD;
}
</style>
border-color css
<style>
span { border-color: #1716DD; }
span { border-color: rgb(23,22,221); }
td.TdClassName
{
border-color: #1716DD;
}
.TagClassName
{
border-color: #1716DD;
}
</style>