Shades of Medium Blue #1716BE
Tints of Medium Blue #1716BE
RGB
CMYK
RGB Variations
Color information
#1716BE (or 0x1716BE) is known color: Medium Blue. HEX triplet: 17, 16 and BE. RGB value is (23,22,190). Sum of RGB (Red+Green+Blue) = 23+22+190=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #1716BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1716BE is #E8E941. Grayscale: #282828. Windows color (decimal): -15264066 or 12457495. OLE color: 12457495.
HSL color Cylindrical-coordinate representation of color #1716BE: hue angle of 240.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1716BE is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 22 | 190 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.25 |
| HSL | 240.36º | 0.79% | 0.42% | - |
| HSV(B) | 240.36º | 0.88% | 0.75% | - |
| XYZ | 9.93 | 4.47 | 49.06 | - |
| YUV | 41.45 | 211.83 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 190 | 0.88 | 0.88 | 0 | 0.25 | 240.36 | 0.79 | 0.42 |
| Hex | 17 | 16 | BE | 58 | 58 | 0 | 19 | F0 | 4F | 2A |
| Octal | 27 | 26 | 276 | 130 | 130 | 0 | 31 | 360 | 117 | 52 |
| Binary | 10111 | 10110 | 10111110 | 1011000 | 1011000 | 0 | 11001 | 11110000 | 1001111 | 101010 |
Color Harmonies of #1716BE
Complementary color
Monochromatic Colors of #1716BE
Black with #1716BE
Text Example
Text Example
White with #1716BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1716BE; }
p { color: rgb(23,22,190); }
H1.HeaderClassName
{
color: #1716BE;
}
.AnyTagClassName
{
color: #1716BE;
}
</style>
background-color css
<style>
a { background-color: #1716BE; }
a { background-color: rgb(23,22,190); }
div.DivClassName
{
background-color: #1716BE;
}
.BgClassName
{
background-color: #1716BE;
}
</style>
border-color css
<style>
span { border-color: #1716BE; }
span { border-color: rgb(23,22,190); }
td.TdClassName
{
border-color: #1716BE;
}
.TagClassName
{
border-color: #1716BE;
}
</style>