Shades of Medium Blue #0703BE
Tints of Medium Blue #0703BE
RGB
CMYK
RGB Variations
Color information
#0703BE (or 0x0703BE) is known color: Medium Blue. HEX triplet: 07, 03 and BE. RGB value is (7,3,190). Sum of RGB (Red+Green+Blue) = 7+3+190=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 190 (74.61% from 255 or 95% from 200); Max value from RGB is 190 - color contains mainly: blue. Hex color #0703BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0703BE is #F8FC41. Grayscale: #181818. Windows color (decimal): -16317506 or 12452615. OLE color: 12452615.
HSL color Cylindrical-coordinate representation of color #0703BE: hue angle of 241.28º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0703BE is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 3 | 190 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.25 |
| HSL | 241.28º | 0.97% | 0.38% | - |
| HSV(B) | 241.28º | 0.98% | 0.75% | - |
| XYZ | 9.41 | 3.83 | 48.96 | - |
| YUV | 25.51 | 220.83 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 190 | 0.96 | 0.98 | 0 | 0.25 | 241.28 | 0.97 | 0.38 |
| Hex | 7 | 3 | BE | 60 | 62 | 0 | 19 | F1 | 61 | 26 |
| Octal | 7 | 3 | 276 | 140 | 142 | 0 | 31 | 361 | 141 | 46 |
| Binary | 111 | 11 | 10111110 | 1100000 | 1100010 | 0 | 11001 | 11110001 | 1100001 | 100110 |
Color Harmonies of #0703BE
Complementary color
Monochromatic Colors of #0703BE
Black with #0703BE
Text Example
Text Example
White with #0703BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0703BE; }
p { color: rgb(7,3,190); }
H1.HeaderClassName
{
color: #0703BE;
}
.AnyTagClassName
{
color: #0703BE;
}
</style>
background-color css
<style>
a { background-color: #0703BE; }
a { background-color: rgb(7,3,190); }
div.DivClassName
{
background-color: #0703BE;
}
.BgClassName
{
background-color: #0703BE;
}
</style>
border-color css
<style>
span { border-color: #0703BE; }
span { border-color: rgb(7,3,190); }
td.TdClassName
{
border-color: #0703BE;
}
.TagClassName
{
border-color: #0703BE;
}
</style>