Shades of Medium Blue #1718DB
Tints of Medium Blue #1718DB
RGB
CMYK
RGB Variations
Color information
#1718DB (or 0x1718DB) is known color: Medium Blue. HEX triplet: 17, 18 and DB. RGB value is (23,24,219). Sum of RGB (Red+Green+Blue) = 23+24+219=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #1718DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1718DB is #E8E724. Grayscale: #2D2D2D. Windows color (decimal): -15263525 or 14358551. OLE color: 14358551.
HSL color Cylindrical-coordinate representation of color #1718DB: hue angle of 239.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1718DB is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 24 | 219 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.14 |
| HSL | 239.69º | 0.81% | 0.47% | - |
| HSV(B) | 239.69º | 0.89% | 0.86% | - |
| XYZ | 13.47 | 5.95 | 67.46 | - |
| YUV | 45.93 | 225.67 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 24 | 219 | 0.89 | 0.89 | 0 | 0.14 | 239.69 | 0.81 | 0.47 |
| Hex | 17 | 18 | DB | 59 | 59 | 0 | E | F0 | 51 | 2F |
| Octal | 27 | 30 | 333 | 131 | 131 | 0 | 16 | 360 | 121 | 57 |
| Binary | 10111 | 11000 | 11011011 | 1011001 | 1011001 | 0 | 1110 | 11110000 | 1010001 | 101111 |
Color Harmonies of #1718DB
Complementary color
Monochromatic Colors of #1718DB
Black with #1718DB
Text Example
Text Example
White with #1718DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1718DB; }
p { color: rgb(23,24,219); }
H1.HeaderClassName
{
color: #1718DB;
}
.AnyTagClassName
{
color: #1718DB;
}
</style>
background-color css
<style>
a { background-color: #1718DB; }
a { background-color: rgb(23,24,219); }
div.DivClassName
{
background-color: #1718DB;
}
.BgClassName
{
background-color: #1718DB;
}
</style>
border-color css
<style>
span { border-color: #1718DB; }
span { border-color: rgb(23,24,219); }
td.TdClassName
{
border-color: #1718DB;
}
.TagClassName
{
border-color: #1718DB;
}
</style>