Shades of Medium Blue #0705B5
Tints of Medium Blue #0705B5
RGB
CMYK
RGB Variations
Color information
#0705B5 (or 0x0705B5) is known color: Medium Blue. HEX triplet: 07, 05 and B5. RGB value is (7,5,181). Sum of RGB (Red+Green+Blue) = 7+5+181=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 181 (71.09% from 255 or 93.78% from 193); Max value from RGB is 181 - color contains mainly: blue. Hex color #0705B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0705B5 is #F8FA4A. Grayscale: #181818. Windows color (decimal): -16317003 or 11863303. OLE color: 11863303.
HSL color Cylindrical-coordinate representation of color #0705B5: hue angle of 240.68º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0705B5 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 5 | 181 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.29 |
| HSL | 240.68º | 0.95% | 0.36% | - |
| HSV(B) | 240.68º | 0.97% | 0.71% | - |
| XYZ | 8.48 | 3.49 | 43.94 | - |
| YUV | 25.66 | 215.66 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 181 | 0.96 | 0.97 | 0 | 0.29 | 240.68 | 0.95 | 0.36 |
| Hex | 7 | 5 | B5 | 60 | 61 | 0 | 1D | F1 | 5F | 24 |
| Octal | 7 | 5 | 265 | 140 | 141 | 0 | 35 | 361 | 137 | 44 |
| Binary | 111 | 101 | 10110101 | 1100000 | 1100001 | 0 | 11101 | 11110001 | 1011111 | 100100 |
Color Harmonies of #0705B5
Complementary color
Monochromatic Colors of #0705B5
Black with #0705B5
Text Example
Text Example
White with #0705B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0705B5; }
p { color: rgb(7,5,181); }
H1.HeaderClassName
{
color: #0705B5;
}
.AnyTagClassName
{
color: #0705B5;
}
</style>
background-color css
<style>
a { background-color: #0705B5; }
a { background-color: rgb(7,5,181); }
div.DivClassName
{
background-color: #0705B5;
}
.BgClassName
{
background-color: #0705B5;
}
</style>
border-color css
<style>
span { border-color: #0705B5; }
span { border-color: rgb(7,5,181); }
td.TdClassName
{
border-color: #0705B5;
}
.TagClassName
{
border-color: #0705B5;
}
</style>