Shades of Medium Blue #0703B9
Tints of Medium Blue #0703B9
RGB
CMYK
RGB Variations
Color information
#0703B9 (or 0x0703B9) is known color: Medium Blue. HEX triplet: 07, 03 and B9. RGB value is (7,3,185). Sum of RGB (Red+Green+Blue) = 7+3+185=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 185 (72.66% from 255 or 94.87% from 195); Max value from RGB is 185 - color contains mainly: blue. Hex color #0703B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0703B9 is #F8FC46. Grayscale: #181818. Windows color (decimal): -16317511 or 12124935. OLE color: 12124935.
HSL color Cylindrical-coordinate representation of color #0703B9: hue angle of 241.32º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0703B9 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 3 | 185 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.27 |
| HSL | 241.32º | 0.97% | 0.37% | - |
| HSV(B) | 241.32º | 0.98% | 0.73% | - |
| XYZ | 8.88 | 3.61 | 46.13 | - |
| YUV | 24.94 | 218.33 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 185 | 0.96 | 0.98 | 0 | 0.27 | 241.32 | 0.97 | 0.37 |
| Hex | 7 | 3 | B9 | 60 | 62 | 0 | 1B | F1 | 61 | 25 |
| Octal | 7 | 3 | 271 | 140 | 142 | 0 | 33 | 361 | 141 | 45 |
| Binary | 111 | 11 | 10111001 | 1100000 | 1100010 | 0 | 11011 | 11110001 | 1100001 | 100101 |
Color Harmonies of #0703B9
Complementary color
Monochromatic Colors of #0703B9
Black with #0703B9
Text Example
Text Example
White with #0703B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0703B9; }
p { color: rgb(7,3,185); }
H1.HeaderClassName
{
color: #0703B9;
}
.AnyTagClassName
{
color: #0703B9;
}
</style>
background-color css
<style>
a { background-color: #0703B9; }
a { background-color: rgb(7,3,185); }
div.DivClassName
{
background-color: #0703B9;
}
.BgClassName
{
background-color: #0703B9;
}
</style>
border-color css
<style>
span { border-color: #0703B9; }
span { border-color: rgb(7,3,185); }
td.TdClassName
{
border-color: #0703B9;
}
.TagClassName
{
border-color: #0703B9;
}
</style>