Shades of Medium Blue #0717BF
Tints of Medium Blue #0717BF
RGB
CMYK
RGB Variations
Color information
#0717BF (or 0x0717BF) is known color: Medium Blue. HEX triplet: 07, 17 and BF. RGB value is (7,23,191). Sum of RGB (Red+Green+Blue) = 7+23+191=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 191 (75% from 255 or 86.43% from 221); Max value from RGB is 191 - color contains mainly: blue. Hex color #0717BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0717BF is #F8E840. Grayscale: #242424. Windows color (decimal): -16312385 or 12523271. OLE color: 12523271.
HSL color Cylindrical-coordinate representation of color #0717BF: hue angle of 234.78º 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 #0717BF is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 23 | 191 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.25 |
| HSL | 234.78º | 0.93% | 0.39% | - |
| HSV(B) | 234.78º | 0.96% | 0.75% | - |
| XYZ | 9.8 | 4.42 | 49.63 | - |
| YUV | 37.37 | 214.7 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 191 | 0.96 | 0.88 | 0 | 0.25 | 234.78 | 0.93 | 0.39 |
| Hex | 7 | 17 | BF | 60 | 58 | 0 | 19 | EB | 5D | 27 |
| Octal | 7 | 27 | 277 | 140 | 130 | 0 | 31 | 353 | 135 | 47 |
| Binary | 111 | 10111 | 10111111 | 1100000 | 1011000 | 0 | 11001 | 11101011 | 1011101 | 100111 |
Color Harmonies of #0717BF
Complementary color
Monochromatic Colors of #0717BF
Black with #0717BF
Text Example
Text Example
White with #0717BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0717BF; }
p { color: rgb(7,23,191); }
H1.HeaderClassName
{
color: #0717BF;
}
.AnyTagClassName
{
color: #0717BF;
}
</style>
background-color css
<style>
a { background-color: #0717BF; }
a { background-color: rgb(7,23,191); }
div.DivClassName
{
background-color: #0717BF;
}
.BgClassName
{
background-color: #0717BF;
}
</style>
border-color css
<style>
span { border-color: #0717BF; }
span { border-color: rgb(7,23,191); }
td.TdClassName
{
border-color: #0717BF;
}
.TagClassName
{
border-color: #0717BF;
}
</style>