Shades of Medium Blue #0708BA
Tints of Medium Blue #0708BA
RGB
CMYK
RGB Variations
Color information
#0708BA (or 0x0708BA) is known color: Medium Blue. HEX triplet: 07, 08 and BA. RGB value is (7,8,186). Sum of RGB (Red+Green+Blue) = 7+8+186=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 186 (73.05% from 255 or 92.54% from 201); Max value from RGB is 186 - color contains mainly: blue. Hex color #0708BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0708BA is #F8F745. Grayscale: #1B1B1B. Windows color (decimal): -16316230 or 12191751. OLE color: 12191751.
HSL color Cylindrical-coordinate representation of color #0708BA: hue angle of 239.66º 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 #0708BA is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 8 | 186 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.27 |
| HSL | 239.66º | 0.93% | 0.38% | - |
| HSV(B) | 239.66º | 0.96% | 0.73% | - |
| XYZ | 9.04 | 3.76 | 46.7 | - |
| YUV | 27.99 | 217.17 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 186 | 0.96 | 0.96 | 0 | 0.27 | 239.66 | 0.93 | 0.38 |
| Hex | 7 | 8 | BA | 60 | 60 | 0 | 1B | F0 | 5D | 26 |
| Octal | 7 | 10 | 272 | 140 | 140 | 0 | 33 | 360 | 135 | 46 |
| Binary | 111 | 1000 | 10111010 | 1100000 | 1100000 | 0 | 11011 | 11110000 | 1011101 | 100110 |
Color Harmonies of #0708BA
Complementary color
Monochromatic Colors of #0708BA
Black with #0708BA
Text Example
Text Example
White with #0708BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0708BA; }
p { color: rgb(7,8,186); }
H1.HeaderClassName
{
color: #0708BA;
}
.AnyTagClassName
{
color: #0708BA;
}
</style>
background-color css
<style>
a { background-color: #0708BA; }
a { background-color: rgb(7,8,186); }
div.DivClassName
{
background-color: #0708BA;
}
.BgClassName
{
background-color: #0708BA;
}
</style>
border-color css
<style>
span { border-color: #0708BA; }
span { border-color: rgb(7,8,186); }
td.TdClassName
{
border-color: #0708BA;
}
.TagClassName
{
border-color: #0708BA;
}
</style>