Shades of Medium Blue #1617BD
Tints of Medium Blue #1617BD
RGB
CMYK
RGB Variations
Color information
#1617BD (or 0x1617BD) is known color: Medium Blue. HEX triplet: 16, 17 and BD. RGB value is (22,23,189). Sum of RGB (Red+Green+Blue) = 22+23+189=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #1617BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1617BD is #E9E842. Grayscale: #282828. Windows color (decimal): -15329347 or 12392214. OLE color: 12392214.
HSL color Cylindrical-coordinate representation of color #1617BD: hue angle of 239.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1617BD is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 23 | 189 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.26 |
| HSL | 239.64º | 0.79% | 0.41% | - |
| HSV(B) | 239.64º | 0.88% | 0.74% | - |
| XYZ | 9.82 | 4.46 | 48.49 | - |
| YUV | 41.63 | 211.17 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 189 | 0.88 | 0.88 | 0 | 0.26 | 239.64 | 0.79 | 0.41 |
| Hex | 16 | 17 | BD | 58 | 58 | 0 | 1A | F0 | 4F | 29 |
| Octal | 26 | 27 | 275 | 130 | 130 | 0 | 32 | 360 | 117 | 51 |
| Binary | 10110 | 10111 | 10111101 | 1011000 | 1011000 | 0 | 11010 | 11110000 | 1001111 | 101001 |
Color Harmonies of #1617BD
Complementary color
Monochromatic Colors of #1617BD
Black with #1617BD
Text Example
Text Example
White with #1617BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1617BD; }
p { color: rgb(22,23,189); }
H1.HeaderClassName
{
color: #1617BD;
}
.AnyTagClassName
{
color: #1617BD;
}
</style>
background-color css
<style>
a { background-color: #1617BD; }
a { background-color: rgb(22,23,189); }
div.DivClassName
{
background-color: #1617BD;
}
.BgClassName
{
background-color: #1617BD;
}
</style>
border-color css
<style>
span { border-color: #1617BD; }
span { border-color: rgb(22,23,189); }
td.TdClassName
{
border-color: #1617BD;
}
.TagClassName
{
border-color: #1617BD;
}
</style>