Shades of Medium Blue #0717B9
Tints of Medium Blue #0717B9
RGB
CMYK
RGB Variations
Color information
#0717B9 (or 0x0717B9) is known color: Medium Blue. HEX triplet: 07, 17 and B9. RGB value is (7,23,185). Sum of RGB (Red+Green+Blue) = 7+23+185=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 185 (72.66% from 255 or 86.05% from 215); Max value from RGB is 185 - color contains mainly: blue. Hex color #0717B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0717B9 is #F8E846. Grayscale: #242424. Windows color (decimal): -16312391 or 12130055. OLE color: 12130055.
HSL color Cylindrical-coordinate representation of color #0717B9: hue angle of 234.61º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0717B9 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 23 | 185 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.27 |
| HSL | 234.61º | 0.93% | 0.38% | - |
| HSV(B) | 234.61º | 0.96% | 0.73% | - |
| XYZ | 9.15 | 4.16 | 46.22 | - |
| YUV | 36.68 | 211.7 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 185 | 0.96 | 0.88 | 0 | 0.27 | 234.61 | 0.93 | 0.38 |
| Hex | 7 | 17 | B9 | 60 | 58 | 0 | 1B | EB | 5D | 26 |
| Octal | 7 | 27 | 271 | 140 | 130 | 0 | 33 | 353 | 135 | 46 |
| Binary | 111 | 10111 | 10111001 | 1100000 | 1011000 | 0 | 11011 | 11101011 | 1011101 | 100110 |
Color Harmonies of #0717B9
Complementary color
Monochromatic Colors of #0717B9
Black with #0717B9
Text Example
Text Example
White with #0717B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0717B9; }
p { color: rgb(7,23,185); }
H1.HeaderClassName
{
color: #0717B9;
}
.AnyTagClassName
{
color: #0717B9;
}
</style>
background-color css
<style>
a { background-color: #0717B9; }
a { background-color: rgb(7,23,185); }
div.DivClassName
{
background-color: #0717B9;
}
.BgClassName
{
background-color: #0717B9;
}
</style>
border-color css
<style>
span { border-color: #0717B9; }
span { border-color: rgb(7,23,185); }
td.TdClassName
{
border-color: #0717B9;
}
.TagClassName
{
border-color: #0717B9;
}
</style>