Shades of Medium Blue #0706BF
Tints of Medium Blue #0706BF
RGB
CMYK
RGB Variations
Color information
#0706BF (or 0x0706BF) is known color: Medium Blue. HEX triplet: 07, 06 and BF. RGB value is (7,6,191). Sum of RGB (Red+Green+Blue) = 7+6+191=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 191 (75% from 255 or 93.63% from 204); Max value from RGB is 191 - color contains mainly: blue. Hex color #0706BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0706BF is #F8F940. Grayscale: #1A1A1A. Windows color (decimal): -16316737 or 12518919. OLE color: 12518919.
HSL color Cylindrical-coordinate representation of color #0706BF: hue angle of 240.32º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0706BF is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 6 | 191 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.25 |
| HSL | 240.32º | 0.94% | 0.39% | - |
| HSV(B) | 240.32º | 0.97% | 0.75% | - |
| XYZ | 9.56 | 3.94 | 49.55 | - |
| YUV | 27.39 | 220.33 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 191 | 0.96 | 0.97 | 0 | 0.25 | 240.32 | 0.94 | 0.39 |
| Hex | 7 | 6 | BF | 60 | 61 | 0 | 19 | F0 | 5E | 27 |
| Octal | 7 | 6 | 277 | 140 | 141 | 0 | 31 | 360 | 136 | 47 |
| Binary | 111 | 110 | 10111111 | 1100000 | 1100001 | 0 | 11001 | 11110000 | 1011110 | 100111 |
Color Harmonies of #0706BF
Complementary color
Monochromatic Colors of #0706BF
Black with #0706BF
Text Example
Text Example
White with #0706BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0706BF; }
p { color: rgb(7,6,191); }
H1.HeaderClassName
{
color: #0706BF;
}
.AnyTagClassName
{
color: #0706BF;
}
</style>
background-color css
<style>
a { background-color: #0706BF; }
a { background-color: rgb(7,6,191); }
div.DivClassName
{
background-color: #0706BF;
}
.BgClassName
{
background-color: #0706BF;
}
</style>
border-color css
<style>
span { border-color: #0706BF; }
span { border-color: rgb(7,6,191); }
td.TdClassName
{
border-color: #0706BF;
}
.TagClassName
{
border-color: #0706BF;
}
</style>