Shades of Medium Blue #1716DB
Tints of Medium Blue #1716DB
RGB
CMYK
RGB Variations
Color information
#1716DB (or 0x1716DB) is known color: Medium Blue. HEX triplet: 17, 16 and DB. RGB value is (23,22,219). Sum of RGB (Red+Green+Blue) = 23+22+219=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #1716DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1716DB is #E8E924. Grayscale: #2B2B2B. Windows color (decimal): -15264037 or 14358039. OLE color: 14358039.
HSL color Cylindrical-coordinate representation of color #1716DB: hue angle of 240.3º 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 #1716DB is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 22 | 219 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.14 |
| HSL | 240.3º | 0.82% | 0.47% | - |
| HSV(B) | 240.3º | 0.9% | 0.86% | - |
| XYZ | 13.43 | 5.87 | 67.44 | - |
| YUV | 44.76 | 226.33 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 219 | 0.89 | 0.90 | 0 | 0.14 | 240.3 | 0.82 | 0.47 |
| Hex | 17 | 16 | DB | 59 | 5A | 0 | E | F0 | 52 | 2F |
| Octal | 27 | 26 | 333 | 131 | 132 | 0 | 16 | 360 | 122 | 57 |
| Binary | 10111 | 10110 | 11011011 | 1011001 | 1011010 | 0 | 1110 | 11110000 | 1010010 | 101111 |
Color Harmonies of #1716DB
Complementary color
Monochromatic Colors of #1716DB
Black with #1716DB
Text Example
Text Example
White with #1716DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1716DB; }
p { color: rgb(23,22,219); }
H1.HeaderClassName
{
color: #1716DB;
}
.AnyTagClassName
{
color: #1716DB;
}
</style>
background-color css
<style>
a { background-color: #1716DB; }
a { background-color: rgb(23,22,219); }
div.DivClassName
{
background-color: #1716DB;
}
.BgClassName
{
background-color: #1716DB;
}
</style>
border-color css
<style>
span { border-color: #1716DB; }
span { border-color: rgb(23,22,219); }
td.TdClassName
{
border-color: #1716DB;
}
.TagClassName
{
border-color: #1716DB;
}
</style>