Shades of Medium Blue #1715BF
Tints of Medium Blue #1715BF
RGB
CMYK
RGB Variations
Color information
#1715BF (or 0x1715BF) is known color: Medium Blue. HEX triplet: 17, 15 and BF. RGB value is (23,21,191). Sum of RGB (Red+Green+Blue) = 23+21+191=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #1715BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1715BF is #E8EA40. Grayscale: #282828. Windows color (decimal): -15264321 or 12522775. OLE color: 12522775.
HSL color Cylindrical-coordinate representation of color #1715BF: hue angle of 240.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1715BF is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 21 | 191 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.25 |
| HSL | 240.71º | 0.8% | 0.42% | - |
| HSV(B) | 240.71º | 0.89% | 0.75% | - |
| XYZ | 10.03 | 4.48 | 49.63 | - |
| YUV | 40.98 | 212.66 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 191 | 0.88 | 0.89 | 0 | 0.25 | 240.71 | 0.8 | 0.42 |
| Hex | 17 | 15 | BF | 58 | 59 | 0 | 19 | F1 | 50 | 2A |
| Octal | 27 | 25 | 277 | 130 | 131 | 0 | 31 | 361 | 120 | 52 |
| Binary | 10111 | 10101 | 10111111 | 1011000 | 1011001 | 0 | 11001 | 11110001 | 1010000 | 101010 |
Color Harmonies of #1715BF
Complementary color
Monochromatic Colors of #1715BF
Black with #1715BF
Text Example
Text Example
White with #1715BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715BF; }
p { color: rgb(23,21,191); }
H1.HeaderClassName
{
color: #1715BF;
}
.AnyTagClassName
{
color: #1715BF;
}
</style>
background-color css
<style>
a { background-color: #1715BF; }
a { background-color: rgb(23,21,191); }
div.DivClassName
{
background-color: #1715BF;
}
.BgClassName
{
background-color: #1715BF;
}
</style>
border-color css
<style>
span { border-color: #1715BF; }
span { border-color: rgb(23,21,191); }
td.TdClassName
{
border-color: #1715BF;
}
.TagClassName
{
border-color: #1715BF;
}
</style>