Shades of Medium Blue #0706BE
Tints of Medium Blue #0706BE
RGB
CMYK
RGB Variations
Color information
#0706BE (or 0x0706BE) is known color: Medium Blue. HEX triplet: 07, 06 and BE. RGB value is (7,6,190). Sum of RGB (Red+Green+Blue) = 7+6+190=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 190 (74.61% from 255 or 93.60% from 203); Max value from RGB is 190 - color contains mainly: blue. Hex color #0706BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0706BE is #F8F941. Grayscale: #1A1A1A. Windows color (decimal): -16316738 or 12453383. OLE color: 12453383.
HSL color Cylindrical-coordinate representation of color #0706BE: hue angle of 240.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0706BE is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 6 | 190 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.25 |
| HSL | 240.33º | 0.94% | 0.38% | - |
| HSV(B) | 240.33º | 0.97% | 0.75% | - |
| XYZ | 9.45 | 3.89 | 48.97 | - |
| YUV | 27.28 | 219.83 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 190 | 0.96 | 0.97 | 0 | 0.25 | 240.33 | 0.94 | 0.38 |
| Hex | 7 | 6 | BE | 60 | 61 | 0 | 19 | F0 | 5E | 26 |
| Octal | 7 | 6 | 276 | 140 | 141 | 0 | 31 | 360 | 136 | 46 |
| Binary | 111 | 110 | 10111110 | 1100000 | 1100001 | 0 | 11001 | 11110000 | 1011110 | 100110 |
Color Harmonies of #0706BE
Complementary color
Monochromatic Colors of #0706BE
Black with #0706BE
Text Example
Text Example
White with #0706BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0706BE; }
p { color: rgb(7,6,190); }
H1.HeaderClassName
{
color: #0706BE;
}
.AnyTagClassName
{
color: #0706BE;
}
</style>
background-color css
<style>
a { background-color: #0706BE; }
a { background-color: rgb(7,6,190); }
div.DivClassName
{
background-color: #0706BE;
}
.BgClassName
{
background-color: #0706BE;
}
</style>
border-color css
<style>
span { border-color: #0706BE; }
span { border-color: rgb(7,6,190); }
td.TdClassName
{
border-color: #0706BE;
}
.TagClassName
{
border-color: #0706BE;
}
</style>