Shades of Medium Blue #0705BB
Tints of Medium Blue #0705BB
RGB
CMYK
RGB Variations
Color information
#0705BB (or 0x0705BB) is known color: Medium Blue. HEX triplet: 07, 05 and BB. RGB value is (7,5,187). Sum of RGB (Red+Green+Blue) = 7+5+187=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 187 (73.44% from 255 or 93.97% from 199); Max value from RGB is 187 - color contains mainly: blue. Hex color #0705BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0705BB is #F8FA44. Grayscale: #191919. Windows color (decimal): -16316997 or 12256519. OLE color: 12256519.
HSL color Cylindrical-coordinate representation of color #0705BB: hue angle of 240.66º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0705BB is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 5 | 187 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.27 |
| HSL | 240.66º | 0.95% | 0.38% | - |
| HSV(B) | 240.66º | 0.97% | 0.73% | - |
| XYZ | 9.11 | 3.74 | 47.26 | - |
| YUV | 26.35 | 218.66 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 187 | 0.96 | 0.97 | 0 | 0.27 | 240.66 | 0.95 | 0.38 |
| Hex | 7 | 5 | BB | 60 | 61 | 0 | 1B | F1 | 5F | 26 |
| Octal | 7 | 5 | 273 | 140 | 141 | 0 | 33 | 361 | 137 | 46 |
| Binary | 111 | 101 | 10111011 | 1100000 | 1100001 | 0 | 11011 | 11110001 | 1011111 | 100110 |
Color Harmonies of #0705BB
Complementary color
Monochromatic Colors of #0705BB
Black with #0705BB
Text Example
Text Example
White with #0705BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0705BB; }
p { color: rgb(7,5,187); }
H1.HeaderClassName
{
color: #0705BB;
}
.AnyTagClassName
{
color: #0705BB;
}
</style>
background-color css
<style>
a { background-color: #0705BB; }
a { background-color: rgb(7,5,187); }
div.DivClassName
{
background-color: #0705BB;
}
.BgClassName
{
background-color: #0705BB;
}
</style>
border-color css
<style>
span { border-color: #0705BB; }
span { border-color: rgb(7,5,187); }
td.TdClassName
{
border-color: #0705BB;
}
.TagClassName
{
border-color: #0705BB;
}
</style>