Shades of Medium Blue #1715CD
Tints of Medium Blue #1715CD
RGB
CMYK
RGB Variations
Color information
#1715CD (or 0x1715CD) is known color: Medium Blue. HEX triplet: 17, 15 and CD. RGB value is (23,21,205). Sum of RGB (Red+Green+Blue) = 23+21+205=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 205 (80.47% from 255 or 82.33% from 249); Max value from RGB is 205 - color contains mainly: blue. Hex color #1715CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1715CD is #E8EA32. Grayscale: #292929. Windows color (decimal): -15264307 or 13440279. OLE color: 13440279.
HSL color Cylindrical-coordinate representation of color #1715CD: hue angle of 240.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1715CD is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 21 | 205 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.20 |
| HSL | 240.65º | 0.81% | 0.44% | - |
| HSV(B) | 240.65º | 0.9% | 0.8% | - |
| XYZ | 11.64 | 5.13 | 58.13 | - |
| YUV | 42.57 | 219.66 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 205 | 0.89 | 0.90 | 0 | 0.20 | 240.65 | 0.81 | 0.44 |
| Hex | 17 | 15 | CD | 59 | 5A | 0 | 14 | F1 | 51 | 2C |
| Octal | 27 | 25 | 315 | 131 | 132 | 0 | 24 | 361 | 121 | 54 |
| Binary | 10111 | 10101 | 11001101 | 1011001 | 1011010 | 0 | 10100 | 11110001 | 1010001 | 101100 |
Color Harmonies of #1715CD
Complementary color
Monochromatic Colors of #1715CD
Black with #1715CD
Text Example
Text Example
White with #1715CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715CD; }
p { color: rgb(23,21,205); }
H1.HeaderClassName
{
color: #1715CD;
}
.AnyTagClassName
{
color: #1715CD;
}
</style>
background-color css
<style>
a { background-color: #1715CD; }
a { background-color: rgb(23,21,205); }
div.DivClassName
{
background-color: #1715CD;
}
.BgClassName
{
background-color: #1715CD;
}
</style>
border-color css
<style>
span { border-color: #1715CD; }
span { border-color: rgb(23,21,205); }
td.TdClassName
{
border-color: #1715CD;
}
.TagClassName
{
border-color: #1715CD;
}
</style>