Shades of Medium Blue #0708BF
Tints of Medium Blue #0708BF
RGB
CMYK
RGB Variations
Color information
#0708BF (or 0x0708BF) is known color: Medium Blue. HEX triplet: 07, 08 and BF. RGB value is (7,8,191). Sum of RGB (Red+Green+Blue) = 7+8+191=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 191 (75% from 255 or 92.72% from 206); Max value from RGB is 191 - color contains mainly: blue. Hex color #0708BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0708BF is #F8F740. Grayscale: #1B1B1B. Windows color (decimal): -16316225 or 12519431. OLE color: 12519431.
HSL color Cylindrical-coordinate representation of color #0708BF: hue angle of 239.67º 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 #0708BF is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 8 | 191 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.25 |
| HSL | 239.67º | 0.93% | 0.39% | - |
| HSV(B) | 239.67º | 0.96% | 0.75% | - |
| XYZ | 9.58 | 3.98 | 49.55 | - |
| YUV | 28.56 | 219.67 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 191 | 0.96 | 0.96 | 0 | 0.25 | 239.67 | 0.93 | 0.39 |
| Hex | 7 | 8 | BF | 60 | 60 | 0 | 19 | F0 | 5D | 27 |
| Octal | 7 | 10 | 277 | 140 | 140 | 0 | 31 | 360 | 135 | 47 |
| Binary | 111 | 1000 | 10111111 | 1100000 | 1100000 | 0 | 11001 | 11110000 | 1011101 | 100111 |
Color Harmonies of #0708BF
Complementary color
Monochromatic Colors of #0708BF
Black with #0708BF
Text Example
Text Example
White with #0708BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0708BF; }
p { color: rgb(7,8,191); }
H1.HeaderClassName
{
color: #0708BF;
}
.AnyTagClassName
{
color: #0708BF;
}
</style>
background-color css
<style>
a { background-color: #0708BF; }
a { background-color: rgb(7,8,191); }
div.DivClassName
{
background-color: #0708BF;
}
.BgClassName
{
background-color: #0708BF;
}
</style>
border-color css
<style>
span { border-color: #0708BF; }
span { border-color: rgb(7,8,191); }
td.TdClassName
{
border-color: #0708BF;
}
.TagClassName
{
border-color: #0708BF;
}
</style>