Shades of Medium Blue #0703BC
Tints of Medium Blue #0703BC
RGB
CMYK
RGB Variations
Color information
#0703BC (or 0x0703BC) is known color: Medium Blue. HEX triplet: 07, 03 and BC. RGB value is (7,3,188). Sum of RGB (Red+Green+Blue) = 7+3+188=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 188 (73.83% from 255 or 94.95% from 198); Max value from RGB is 188 - color contains mainly: blue. Hex color #0703BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0703BC is #F8FC43. Grayscale: #181818. Windows color (decimal): -16317508 or 12321543. OLE color: 12321543.
HSL color Cylindrical-coordinate representation of color #0703BC: hue angle of 241.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0703BC is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 3 | 188 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.26 |
| HSL | 241.3º | 0.97% | 0.37% | - |
| HSV(B) | 241.3º | 0.98% | 0.74% | - |
| XYZ | 9.2 | 3.74 | 47.81 | - |
| YUV | 25.29 | 219.83 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 188 | 0.96 | 0.98 | 0 | 0.26 | 241.3 | 0.97 | 0.37 |
| Hex | 7 | 3 | BC | 60 | 62 | 0 | 1A | F1 | 61 | 25 |
| Octal | 7 | 3 | 274 | 140 | 142 | 0 | 32 | 361 | 141 | 45 |
| Binary | 111 | 11 | 10111100 | 1100000 | 1100010 | 0 | 11010 | 11110001 | 1100001 | 100101 |
Color Harmonies of #0703BC
Complementary color
Monochromatic Colors of #0703BC
Black with #0703BC
Text Example
Text Example
White with #0703BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0703BC; }
p { color: rgb(7,3,188); }
H1.HeaderClassName
{
color: #0703BC;
}
.AnyTagClassName
{
color: #0703BC;
}
</style>
background-color css
<style>
a { background-color: #0703BC; }
a { background-color: rgb(7,3,188); }
div.DivClassName
{
background-color: #0703BC;
}
.BgClassName
{
background-color: #0703BC;
}
</style>
border-color css
<style>
span { border-color: #0703BC; }
span { border-color: rgb(7,3,188); }
td.TdClassName
{
border-color: #0703BC;
}
.TagClassName
{
border-color: #0703BC;
}
</style>