Shades of Medium Blue #1719DA
Tints of Medium Blue #1719DA
RGB
CMYK
RGB Variations
Color information
#1719DA (or 0x1719DA) is known color: Medium Blue. HEX triplet: 17, 19 and DA. RGB value is (23,25,218). Sum of RGB (Red+Green+Blue) = 23+25+218=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #1719DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1719DA is #E8E625. Grayscale: #2D2D2D. Windows color (decimal): -15263270 or 14293271. OLE color: 14293271.
HSL color Cylindrical-coordinate representation of color #1719DA: hue angle of 239.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1719DA is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 25 | 218 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.15 |
| HSL | 239.38º | 0.81% | 0.47% | - |
| HSV(B) | 239.38º | 0.89% | 0.85% | - |
| XYZ | 13.36 | 5.94 | 66.77 | - |
| YUV | 46.4 | 224.84 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 218 | 0.89 | 0.89 | 0 | 0.15 | 239.38 | 0.81 | 0.47 |
| Hex | 17 | 19 | DA | 59 | 59 | 0 | F | EF | 51 | 2F |
| Octal | 27 | 31 | 332 | 131 | 131 | 0 | 17 | 357 | 121 | 57 |
| Binary | 10111 | 11001 | 11011010 | 1011001 | 1011001 | 0 | 1111 | 11101111 | 1010001 | 101111 |
Color Harmonies of #1719DA
Complementary color
Monochromatic Colors of #1719DA
Black with #1719DA
Text Example
Text Example
White with #1719DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1719DA; }
p { color: rgb(23,25,218); }
H1.HeaderClassName
{
color: #1719DA;
}
.AnyTagClassName
{
color: #1719DA;
}
</style>
background-color css
<style>
a { background-color: #1719DA; }
a { background-color: rgb(23,25,218); }
div.DivClassName
{
background-color: #1719DA;
}
.BgClassName
{
background-color: #1719DA;
}
</style>
border-color css
<style>
span { border-color: #1719DA; }
span { border-color: rgb(23,25,218); }
td.TdClassName
{
border-color: #1719DA;
}
.TagClassName
{
border-color: #1719DA;
}
</style>