Shades of Medium Blue #0715BC
Tints of Medium Blue #0715BC
RGB
CMYK
RGB Variations
Color information
#0715BC (or 0x0715BC) is known color: Medium Blue. HEX triplet: 07, 15 and BC. RGB value is (7,21,188). Sum of RGB (Red+Green+Blue) = 7+21+188=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 188 (73.83% from 255 or 87.04% from 216); Max value from RGB is 188 - color contains mainly: blue. Hex color #0715BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0715BC is #F8EA43. Grayscale: #232323. Windows color (decimal): -16312900 or 12326151. OLE color: 12326151.
HSL color Cylindrical-coordinate representation of color #0715BC: hue angle of 235.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0715BC is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 21 | 188 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.26 |
| HSL | 235.36º | 0.93% | 0.38% | - |
| HSV(B) | 235.36º | 0.96% | 0.74% | - |
| XYZ | 9.43 | 4.21 | 47.89 | - |
| YUV | 35.85 | 213.86 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 188 | 0.96 | 0.89 | 0 | 0.26 | 235.36 | 0.93 | 0.38 |
| Hex | 7 | 15 | BC | 60 | 59 | 0 | 1A | EB | 5D | 26 |
| Octal | 7 | 25 | 274 | 140 | 131 | 0 | 32 | 353 | 135 | 46 |
| Binary | 111 | 10101 | 10111100 | 1100000 | 1011001 | 0 | 11010 | 11101011 | 1011101 | 100110 |
Color Harmonies of #0715BC
Complementary color
Monochromatic Colors of #0715BC
Black with #0715BC
Text Example
Text Example
White with #0715BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0715BC; }
p { color: rgb(7,21,188); }
H1.HeaderClassName
{
color: #0715BC;
}
.AnyTagClassName
{
color: #0715BC;
}
</style>
background-color css
<style>
a { background-color: #0715BC; }
a { background-color: rgb(7,21,188); }
div.DivClassName
{
background-color: #0715BC;
}
.BgClassName
{
background-color: #0715BC;
}
</style>
border-color css
<style>
span { border-color: #0715BC; }
span { border-color: rgb(7,21,188); }
td.TdClassName
{
border-color: #0715BC;
}
.TagClassName
{
border-color: #0715BC;
}
</style>