Shades of Medium Blue #0708BC
Tints of Medium Blue #0708BC
RGB
CMYK
RGB Variations
Color information
#0708BC (or 0x0708BC) is known color: Medium Blue. HEX triplet: 07, 08 and BC. RGB value is (7,8,188). Sum of RGB (Red+Green+Blue) = 7+8+188=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #0708BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0708BC is #F8F743. Grayscale: #1B1B1B. Windows color (decimal): -16316228 or 12322823. OLE color: 12322823.
HSL color Cylindrical-coordinate representation of color #0708BC: hue angle of 239.67º 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 #0708BC is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 8 | 188 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.26 |
| HSL | 239.67º | 0.93% | 0.38% | - |
| HSV(B) | 239.67º | 0.96% | 0.74% | - |
| XYZ | 9.25 | 3.85 | 47.83 | - |
| YUV | 28.22 | 218.17 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 188 | 0.96 | 0.96 | 0 | 0.26 | 239.67 | 0.93 | 0.38 |
| Hex | 7 | 8 | BC | 60 | 60 | 0 | 1A | F0 | 5D | 26 |
| Octal | 7 | 10 | 274 | 140 | 140 | 0 | 32 | 360 | 135 | 46 |
| Binary | 111 | 1000 | 10111100 | 1100000 | 1100000 | 0 | 11010 | 11110000 | 1011101 | 100110 |
Color Harmonies of #0708BC
Complementary color
Monochromatic Colors of #0708BC
Black with #0708BC
Text Example
Text Example
White with #0708BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0708BC; }
p { color: rgb(7,8,188); }
H1.HeaderClassName
{
color: #0708BC;
}
.AnyTagClassName
{
color: #0708BC;
}
</style>
background-color css
<style>
a { background-color: #0708BC; }
a { background-color: rgb(7,8,188); }
div.DivClassName
{
background-color: #0708BC;
}
.BgClassName
{
background-color: #0708BC;
}
</style>
border-color css
<style>
span { border-color: #0708BC; }
span { border-color: rgb(7,8,188); }
td.TdClassName
{
border-color: #0708BC;
}
.TagClassName
{
border-color: #0708BC;
}
</style>