Shades of Medium Blue #1517BF
Tints of Medium Blue #1517BF
RGB
CMYK
RGB Variations
Color information
#1517BF (or 0x1517BF) is known color: Medium Blue. HEX triplet: 15, 17 and BF. RGB value is (21,23,191). Sum of RGB (Red+Green+Blue) = 21+23+191=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 23 (9.38% from 255 or 9.79% 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 #1517BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517BF is #EAE840. Grayscale: #282828. Windows color (decimal): -15394881 or 12523285. OLE color: 12523285.
HSL color Cylindrical-coordinate representation of color #1517BF: hue angle of 239.29º 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 #1517BF is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 23 | 191 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.25 |
| HSL | 239.29º | 0.8% | 0.42% | - |
| HSV(B) | 239.29º | 0.89% | 0.75% | - |
| XYZ | 10.02 | 4.53 | 49.64 | - |
| YUV | 41.55 | 212.34 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 191 | 0.89 | 0.88 | 0 | 0.25 | 239.29 | 0.8 | 0.42 |
| Hex | 15 | 17 | BF | 59 | 58 | 0 | 19 | EF | 50 | 2A |
| Octal | 25 | 27 | 277 | 131 | 130 | 0 | 31 | 357 | 120 | 52 |
| Binary | 10101 | 10111 | 10111111 | 1011001 | 1011000 | 0 | 11001 | 11101111 | 1010000 | 101010 |
Color Harmonies of #1517BF
Complementary color
Monochromatic Colors of #1517BF
Black with #1517BF
Text Example
Text Example
White with #1517BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1517BF; }
p { color: rgb(21,23,191); }
H1.HeaderClassName
{
color: #1517BF;
}
.AnyTagClassName
{
color: #1517BF;
}
</style>
background-color css
<style>
a { background-color: #1517BF; }
a { background-color: rgb(21,23,191); }
div.DivClassName
{
background-color: #1517BF;
}
.BgClassName
{
background-color: #1517BF;
}
</style>
border-color css
<style>
span { border-color: #1517BF; }
span { border-color: rgb(21,23,191); }
td.TdClassName
{
border-color: #1517BF;
}
.TagClassName
{
border-color: #1517BF;
}
</style>