Shades of Medium Blue #1715BB
Tints of Medium Blue #1715BB
RGB
CMYK
RGB Variations
Color information
#1715BB (or 0x1715BB) is known color: Medium Blue. HEX triplet: 17, 15 and BB. RGB value is (23,21,187). Sum of RGB (Red+Green+Blue) = 23+21+187=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #1715BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1715BB is #E8EA44. Grayscale: #272727. Windows color (decimal): -15264325 or 12260631. OLE color: 12260631.
HSL color Cylindrical-coordinate representation of color #1715BB: hue angle of 240.72º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1715BB is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 21 | 187 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.27 |
| HSL | 240.72º | 0.8% | 0.41% | - |
| HSV(B) | 240.72º | 0.89% | 0.73% | - |
| XYZ | 9.59 | 4.31 | 47.34 | - |
| YUV | 40.52 | 210.66 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 187 | 0.88 | 0.89 | 0 | 0.27 | 240.72 | 0.8 | 0.41 |
| Hex | 17 | 15 | BB | 58 | 59 | 0 | 1B | F1 | 50 | 29 |
| Octal | 27 | 25 | 273 | 130 | 131 | 0 | 33 | 361 | 120 | 51 |
| Binary | 10111 | 10101 | 10111011 | 1011000 | 1011001 | 0 | 11011 | 11110001 | 1010000 | 101001 |
Color Harmonies of #1715BB
Complementary color
Monochromatic Colors of #1715BB
Black with #1715BB
Text Example
Text Example
White with #1715BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715BB; }
p { color: rgb(23,21,187); }
H1.HeaderClassName
{
color: #1715BB;
}
.AnyTagClassName
{
color: #1715BB;
}
</style>
background-color css
<style>
a { background-color: #1715BB; }
a { background-color: rgb(23,21,187); }
div.DivClassName
{
background-color: #1715BB;
}
.BgClassName
{
background-color: #1715BB;
}
</style>
border-color css
<style>
span { border-color: #1715BB; }
span { border-color: rgb(23,21,187); }
td.TdClassName
{
border-color: #1715BB;
}
.TagClassName
{
border-color: #1715BB;
}
</style>