Shades of Medium Blue #0703E5
Tints of Medium Blue #0703E5
RGB
CMYK
RGB Variations
Color information
#0703E5 (or 0x0703E5) is known color: Medium Blue. HEX triplet: 07, 03 and E5. RGB value is (7,3,229). Sum of RGB (Red+Green+Blue) = 7+3+229=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 229 (89.84% from 255 or 95.82% from 239); Max value from RGB is 229 - color contains mainly: blue. Hex color #0703E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0703E5 is #F8FC1A. Grayscale: #1D1D1D. Windows color (decimal): -16317467 or 15008519. OLE color: 15008519.
HSL color Cylindrical-coordinate representation of color #0703E5: hue angle of 241.06º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0703E5 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 3 | 229 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.10 |
| HSL | 241.06º | 0.97% | 0.45% | - |
| HSV(B) | 241.06º | 0.99% | 0.9% | - |
| XYZ | 14.26 | 5.77 | 74.49 | - |
| YUV | 29.96 | 240.33 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 229 | 0.97 | 0.99 | 0 | 0.10 | 241.06 | 0.97 | 0.45 |
| Hex | 7 | 3 | E5 | 61 | 63 | 0 | A | F1 | 61 | 2D |
| Octal | 7 | 3 | 345 | 141 | 143 | 0 | 12 | 361 | 141 | 55 |
| Binary | 111 | 11 | 11100101 | 1100001 | 1100011 | 0 | 1010 | 11110001 | 1100001 | 101101 |
Color Harmonies of #0703E5
Complementary color
Monochromatic Colors of #0703E5
Black with #0703E5
Text Example
Text Example
White with #0703E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0703E5; }
p { color: rgb(7,3,229); }
H1.HeaderClassName
{
color: #0703E5;
}
.AnyTagClassName
{
color: #0703E5;
}
</style>
background-color css
<style>
a { background-color: #0703E5; }
a { background-color: rgb(7,3,229); }
div.DivClassName
{
background-color: #0703E5;
}
.BgClassName
{
background-color: #0703E5;
}
</style>
border-color css
<style>
span { border-color: #0703E5; }
span { border-color: rgb(7,3,229); }
td.TdClassName
{
border-color: #0703E5;
}
.TagClassName
{
border-color: #0703E5;
}
</style>