Shades of Medium Blue #0717BE
Tints of Medium Blue #0717BE
RGB
CMYK
RGB Variations
Color information
#0717BE (or 0x0717BE) is known color: Medium Blue. HEX triplet: 07, 17 and BE. RGB value is (7,23,190). Sum of RGB (Red+Green+Blue) = 7+23+190=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 190 (74.61% from 255 or 86.36% from 220); Max value from RGB is 190 - color contains mainly: blue. Hex color #0717BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0717BE is #F8E841. Grayscale: #242424. Windows color (decimal): -16312386 or 12457735. OLE color: 12457735.
HSL color Cylindrical-coordinate representation of color #0717BE: hue angle of 234.75º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0717BE is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 23 | 190 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.25 |
| HSL | 234.75º | 0.93% | 0.39% | - |
| HSV(B) | 234.75º | 0.96% | 0.75% | - |
| XYZ | 9.69 | 4.38 | 49.05 | - |
| YUV | 37.25 | 214.2 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 190 | 0.96 | 0.88 | 0 | 0.25 | 234.75 | 0.93 | 0.39 |
| Hex | 7 | 17 | BE | 60 | 58 | 0 | 19 | EB | 5D | 27 |
| Octal | 7 | 27 | 276 | 140 | 130 | 0 | 31 | 353 | 135 | 47 |
| Binary | 111 | 10111 | 10111110 | 1100000 | 1011000 | 0 | 11001 | 11101011 | 1011101 | 100111 |
Color Harmonies of #0717BE
Complementary color
Monochromatic Colors of #0717BE
Black with #0717BE
Text Example
Text Example
White with #0717BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0717BE; }
p { color: rgb(7,23,190); }
H1.HeaderClassName
{
color: #0717BE;
}
.AnyTagClassName
{
color: #0717BE;
}
</style>
background-color css
<style>
a { background-color: #0717BE; }
a { background-color: rgb(7,23,190); }
div.DivClassName
{
background-color: #0717BE;
}
.BgClassName
{
background-color: #0717BE;
}
</style>
border-color css
<style>
span { border-color: #0717BE; }
span { border-color: rgb(7,23,190); }
td.TdClassName
{
border-color: #0717BE;
}
.TagClassName
{
border-color: #0717BE;
}
</style>