Shades of Medium Blue #1717BB
Tints of Medium Blue #1717BB
RGB
CMYK
RGB Variations
Color information
#1717BB (or 0x1717BB) is known color: Medium Blue. HEX triplet: 17, 17 and BB. RGB value is (23,23,187). Sum of RGB (Red+Green+Blue) = 23+23+187=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #1717BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1717BB is #E8E844. Grayscale: #292929. Windows color (decimal): -15263813 or 12261143. OLE color: 12261143.
HSL color Cylindrical-coordinate representation of color #1717BB: hue angle of 240º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1717BB is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 23 | 187 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.27 |
| HSL | 240º | 0.78% | 0.41% | - |
| HSV(B) | 240º | 0.88% | 0.73% | - |
| XYZ | 9.63 | 4.38 | 47.35 | - |
| YUV | 41.7 | 210 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 23 | 187 | 0.88 | 0.88 | 0 | 0.27 | 240 | 0.78 | 0.41 |
| Hex | 17 | 17 | BB | 58 | 58 | 0 | 1B | F0 | 4E | 29 |
| Octal | 27 | 27 | 273 | 130 | 130 | 0 | 33 | 360 | 116 | 51 |
| Binary | 10111 | 10111 | 10111011 | 1011000 | 1011000 | 0 | 11011 | 11110000 | 1001110 | 101001 |
Color Harmonies of #1717BB
Complementary color
Monochromatic Colors of #1717BB
Black with #1717BB
Text Example
Text Example
White with #1717BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1717BB; }
p { color: rgb(23,23,187); }
H1.HeaderClassName
{
color: #1717BB;
}
.AnyTagClassName
{
color: #1717BB;
}
</style>
background-color css
<style>
a { background-color: #1717BB; }
a { background-color: rgb(23,23,187); }
div.DivClassName
{
background-color: #1717BB;
}
.BgClassName
{
background-color: #1717BB;
}
</style>
border-color css
<style>
span { border-color: #1717BB; }
span { border-color: rgb(23,23,187); }
td.TdClassName
{
border-color: #1717BB;
}
.TagClassName
{
border-color: #1717BB;
}
</style>