Shades of Medium Blue #1715CB
Tints of Medium Blue #1715CB
RGB
CMYK
RGB Variations
Color information
#1715CB (or 0x1715CB) is known color: Medium Blue. HEX triplet: 17, 15 and CB. RGB value is (23,21,203). Sum of RGB (Red+Green+Blue) = 23+21+203=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 203 (79.69% from 255 or 82.19% from 247); Max value from RGB is 203 - color contains mainly: blue. Hex color #1715CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1715CB is #E8EA34. Grayscale: #292929. Windows color (decimal): -15264309 or 13309207. OLE color: 13309207.
HSL color Cylindrical-coordinate representation of color #1715CB: hue angle of 240.66º 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 #1715CB is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 21 | 203 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.20 |
| HSL | 240.66º | 0.81% | 0.44% | - |
| HSV(B) | 240.66º | 0.9% | 0.8% | - |
| XYZ | 11.4 | 5.03 | 56.87 | - |
| YUV | 42.35 | 218.66 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 203 | 0.89 | 0.90 | 0 | 0.20 | 240.66 | 0.81 | 0.44 |
| Hex | 17 | 15 | CB | 59 | 5A | 0 | 14 | F1 | 51 | 2C |
| Octal | 27 | 25 | 313 | 131 | 132 | 0 | 24 | 361 | 121 | 54 |
| Binary | 10111 | 10101 | 11001011 | 1011001 | 1011010 | 0 | 10100 | 11110001 | 1010001 | 101100 |
Color Harmonies of #1715CB
Complementary color
Monochromatic Colors of #1715CB
Black with #1715CB
Text Example
Text Example
White with #1715CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715CB; }
p { color: rgb(23,21,203); }
H1.HeaderClassName
{
color: #1715CB;
}
.AnyTagClassName
{
color: #1715CB;
}
</style>
background-color css
<style>
a { background-color: #1715CB; }
a { background-color: rgb(23,21,203); }
div.DivClassName
{
background-color: #1715CB;
}
.BgClassName
{
background-color: #1715CB;
}
</style>
border-color css
<style>
span { border-color: #1715CB; }
span { border-color: rgb(23,21,203); }
td.TdClassName
{
border-color: #1715CB;
}
.TagClassName
{
border-color: #1715CB;
}
</style>