Shades of Medium Blue #0705BD
Tints of Medium Blue #0705BD
RGB
CMYK
RGB Variations
Color information
#0705BD (or 0x0705BD) is known color: Medium Blue. HEX triplet: 07, 05 and BD. RGB value is (7,5,189). Sum of RGB (Red+Green+Blue) = 7+5+189=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 189 (74.22% from 255 or 94.03% from 201); Max value from RGB is 189 - color contains mainly: blue. Hex color #0705BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0705BD is #F8FA42. Grayscale: #191919. Windows color (decimal): -16316995 or 12387591. OLE color: 12387591.
HSL color Cylindrical-coordinate representation of color #0705BD: hue angle of 240.65º degrees, saturation: 0.95, 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 #0705BD is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 5 | 189 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.26 |
| HSL | 240.65º | 0.95% | 0.38% | - |
| HSV(B) | 240.65º | 0.97% | 0.74% | - |
| XYZ | 9.33 | 3.83 | 48.39 | - |
| YUV | 26.57 | 219.66 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 189 | 0.96 | 0.97 | 0 | 0.26 | 240.65 | 0.95 | 0.38 |
| Hex | 7 | 5 | BD | 60 | 61 | 0 | 1A | F1 | 5F | 26 |
| Octal | 7 | 5 | 275 | 140 | 141 | 0 | 32 | 361 | 137 | 46 |
| Binary | 111 | 101 | 10111101 | 1100000 | 1100001 | 0 | 11010 | 11110001 | 1011111 | 100110 |
Color Harmonies of #0705BD
Complementary color
Monochromatic Colors of #0705BD
Black with #0705BD
Text Example
Text Example
White with #0705BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0705BD; }
p { color: rgb(7,5,189); }
H1.HeaderClassName
{
color: #0705BD;
}
.AnyTagClassName
{
color: #0705BD;
}
</style>
background-color css
<style>
a { background-color: #0705BD; }
a { background-color: rgb(7,5,189); }
div.DivClassName
{
background-color: #0705BD;
}
.BgClassName
{
background-color: #0705BD;
}
</style>
border-color css
<style>
span { border-color: #0705BD; }
span { border-color: rgb(7,5,189); }
td.TdClassName
{
border-color: #0705BD;
}
.TagClassName
{
border-color: #0705BD;
}
</style>