Shades of Medium Blue #0706BD
Tints of Medium Blue #0706BD
RGB
CMYK
RGB Variations
Color information
#0706BD (or 0x0706BD) is known color: Medium Blue. HEX triplet: 07, 06 and BD. RGB value is (7,6,189). Sum of RGB (Red+Green+Blue) = 7+6+189=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 189 (74.22% from 255 or 93.56% from 202); Max value from RGB is 189 - color contains mainly: blue. Hex color #0706BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0706BD is #F8F942. Grayscale: #1A1A1A. Windows color (decimal): -16316739 or 12387847. OLE color: 12387847.
HSL color Cylindrical-coordinate representation of color #0706BD: hue angle of 240.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0706BD is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 6 | 189 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.26 |
| HSL | 240.33º | 0.94% | 0.38% | - |
| HSV(B) | 240.33º | 0.97% | 0.74% | - |
| XYZ | 9.34 | 3.85 | 48.39 | - |
| YUV | 27.16 | 219.33 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 189 | 0.96 | 0.97 | 0 | 0.26 | 240.33 | 0.94 | 0.38 |
| Hex | 7 | 6 | BD | 60 | 61 | 0 | 1A | F0 | 5E | 26 |
| Octal | 7 | 6 | 275 | 140 | 141 | 0 | 32 | 360 | 136 | 46 |
| Binary | 111 | 110 | 10111101 | 1100000 | 1100001 | 0 | 11010 | 11110000 | 1011110 | 100110 |
Color Harmonies of #0706BD
Complementary color
Monochromatic Colors of #0706BD
Black with #0706BD
Text Example
Text Example
White with #0706BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0706BD; }
p { color: rgb(7,6,189); }
H1.HeaderClassName
{
color: #0706BD;
}
.AnyTagClassName
{
color: #0706BD;
}
</style>
background-color css
<style>
a { background-color: #0706BD; }
a { background-color: rgb(7,6,189); }
div.DivClassName
{
background-color: #0706BD;
}
.BgClassName
{
background-color: #0706BD;
}
</style>
border-color css
<style>
span { border-color: #0706BD; }
span { border-color: rgb(7,6,189); }
td.TdClassName
{
border-color: #0706BD;
}
.TagClassName
{
border-color: #0706BD;
}
</style>