Shades of Medium Blue #0715BF
Tints of Medium Blue #0715BF
RGB
CMYK
RGB Variations
Color information
#0715BF (or 0x0715BF) is known color: Medium Blue. HEX triplet: 07, 15 and BF. RGB value is (7,21,191). Sum of RGB (Red+Green+Blue) = 7+21+191=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 191 (75% from 255 or 87.21% from 219); Max value from RGB is 191 - color contains mainly: blue. Hex color #0715BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0715BF is #F8EA40. Grayscale: #232323. Windows color (decimal): -16312897 or 12522759. OLE color: 12522759.
HSL color Cylindrical-coordinate representation of color #0715BF: hue angle of 235.43º 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 #0715BF is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 21 | 191 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.25 |
| HSL | 235.43º | 0.93% | 0.39% | - |
| HSV(B) | 235.43º | 0.96% | 0.75% | - |
| XYZ | 9.76 | 4.34 | 49.61 | - |
| YUV | 36.19 | 215.36 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 191 | 0.96 | 0.89 | 0 | 0.25 | 235.43 | 0.93 | 0.39 |
| Hex | 7 | 15 | BF | 60 | 59 | 0 | 19 | EB | 5D | 27 |
| Octal | 7 | 25 | 277 | 140 | 131 | 0 | 31 | 353 | 135 | 47 |
| Binary | 111 | 10101 | 10111111 | 1100000 | 1011001 | 0 | 11001 | 11101011 | 1011101 | 100111 |
Color Harmonies of #0715BF
Complementary color
Monochromatic Colors of #0715BF
Black with #0715BF
Text Example
Text Example
White with #0715BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0715BF; }
p { color: rgb(7,21,191); }
H1.HeaderClassName
{
color: #0715BF;
}
.AnyTagClassName
{
color: #0715BF;
}
</style>
background-color css
<style>
a { background-color: #0715BF; }
a { background-color: rgb(7,21,191); }
div.DivClassName
{
background-color: #0715BF;
}
.BgClassName
{
background-color: #0715BF;
}
</style>
border-color css
<style>
span { border-color: #0715BF; }
span { border-color: rgb(7,21,191); }
td.TdClassName
{
border-color: #0715BF;
}
.TagClassName
{
border-color: #0715BF;
}
</style>