Shades of Medium Blue #1715DF
Tints of Medium Blue #1715DF
RGB
CMYK
RGB Variations
Color information
#1715DF (or 0x1715DF) is known color: Medium Blue. HEX triplet: 17, 15 and DF. RGB value is (23,21,223). Sum of RGB (Red+Green+Blue) = 23+21+223=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #1715DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1715DF is #E8EA20. Grayscale: #2B2B2B. Windows color (decimal): -15264289 or 14619927. OLE color: 14619927.
HSL color Cylindrical-coordinate representation of color #1715DF: hue angle of 240.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1715DF is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 21 | 223 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.13 |
| HSL | 240.59º | 0.83% | 0.48% | - |
| HSV(B) | 240.59º | 0.91% | 0.87% | - |
| XYZ | 13.94 | 6.05 | 70.24 | - |
| YUV | 44.63 | 228.66 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 223 | 0.90 | 0.91 | 0 | 0.13 | 240.59 | 0.83 | 0.48 |
| Hex | 17 | 15 | DF | 5A | 5B | 0 | D | F1 | 53 | 30 |
| Octal | 27 | 25 | 337 | 132 | 133 | 0 | 15 | 361 | 123 | 60 |
| Binary | 10111 | 10101 | 11011111 | 1011010 | 1011011 | 0 | 1101 | 11110001 | 1010011 | 110000 |
Color Harmonies of #1715DF
Complementary color
Monochromatic Colors of #1715DF
Black with #1715DF
Text Example
Text Example
White with #1715DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715DF; }
p { color: rgb(23,21,223); }
H1.HeaderClassName
{
color: #1715DF;
}
.AnyTagClassName
{
color: #1715DF;
}
</style>
background-color css
<style>
a { background-color: #1715DF; }
a { background-color: rgb(23,21,223); }
div.DivClassName
{
background-color: #1715DF;
}
.BgClassName
{
background-color: #1715DF;
}
</style>
border-color css
<style>
span { border-color: #1715DF; }
span { border-color: rgb(23,21,223); }
td.TdClassName
{
border-color: #1715DF;
}
.TagClassName
{
border-color: #1715DF;
}
</style>