Shades of Medium Blue #1715BC
Tints of Medium Blue #1715BC
RGB
CMYK
RGB Variations
Color information
#1715BC (or 0x1715BC) is known color: Medium Blue. HEX triplet: 17, 15 and BC. RGB value is (23,21,188). Sum of RGB (Red+Green+Blue) = 23+21+188=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #1715BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1715BC is #E8EA43. Grayscale: #272727. Windows color (decimal): -15264324 or 12326167. OLE color: 12326167.
HSL color Cylindrical-coordinate representation of color #1715BC: hue angle of 240.72º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1715BC is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 21 | 188 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.26 |
| HSL | 240.72º | 0.8% | 0.41% | - |
| HSV(B) | 240.72º | 0.89% | 0.74% | - |
| XYZ | 9.7 | 4.35 | 47.91 | - |
| YUV | 40.64 | 211.16 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 188 | 0.88 | 0.89 | 0 | 0.26 | 240.72 | 0.8 | 0.41 |
| Hex | 17 | 15 | BC | 58 | 59 | 0 | 1A | F1 | 50 | 29 |
| Octal | 27 | 25 | 274 | 130 | 131 | 0 | 32 | 361 | 120 | 51 |
| Binary | 10111 | 10101 | 10111100 | 1011000 | 1011001 | 0 | 11010 | 11110001 | 1010000 | 101001 |
Color Harmonies of #1715BC
Complementary color
Monochromatic Colors of #1715BC
Black with #1715BC
Text Example
Text Example
White with #1715BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715BC; }
p { color: rgb(23,21,188); }
H1.HeaderClassName
{
color: #1715BC;
}
.AnyTagClassName
{
color: #1715BC;
}
</style>
background-color css
<style>
a { background-color: #1715BC; }
a { background-color: rgb(23,21,188); }
div.DivClassName
{
background-color: #1715BC;
}
.BgClassName
{
background-color: #1715BC;
}
</style>
border-color css
<style>
span { border-color: #1715BC; }
span { border-color: rgb(23,21,188); }
td.TdClassName
{
border-color: #1715BC;
}
.TagClassName
{
border-color: #1715BC;
}
</style>