Shades of Blue #0703E7
Tints of Blue #0703E7
RGB
CMYK
RGB Variations
Color information
#0703E7 (or 0x0703E7) is known color: Blue. HEX triplet: 07, 03 and E7. RGB value is (7,3,231). Sum of RGB (Red+Green+Blue) = 7+3+231=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 231 (90.62% from 255 or 95.85% from 241); Max value from RGB is 231 - color contains mainly: blue. Hex color #0703E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0703E7 is #F8FC18. Grayscale: #1D1D1D. Windows color (decimal): -16317465 or 15139591. OLE color: 15139591.
HSL color Cylindrical-coordinate representation of color #0703E7: hue angle of 241.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0703E7 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 3 | 231 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.09 |
| HSL | 241.05º | 0.97% | 0.46% | - |
| HSV(B) | 241.05º | 0.99% | 0.91% | - |
| XYZ | 14.54 | 5.88 | 75.97 | - |
| YUV | 30.19 | 241.33 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 231 | 0.97 | 0.99 | 0 | 0.09 | 241.05 | 0.97 | 0.46 |
| Hex | 7 | 3 | E7 | 61 | 63 | 0 | 9 | F1 | 61 | 2E |
| Octal | 7 | 3 | 347 | 141 | 143 | 0 | 11 | 361 | 141 | 56 |
| Binary | 111 | 11 | 11100111 | 1100001 | 1100011 | 0 | 1001 | 11110001 | 1100001 | 101110 |
Color Harmonies of #0703E7
Complementary color
Monochromatic Colors of #0703E7
Black with #0703E7
Text Example
Text Example
White with #0703E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0703E7; }
p { color: rgb(7,3,231); }
H1.HeaderClassName
{
color: #0703E7;
}
.AnyTagClassName
{
color: #0703E7;
}
</style>
background-color css
<style>
a { background-color: #0703E7; }
a { background-color: rgb(7,3,231); }
div.DivClassName
{
background-color: #0703E7;
}
.BgClassName
{
background-color: #0703E7;
}
</style>
border-color css
<style>
span { border-color: #0703E7; }
span { border-color: rgb(7,3,231); }
td.TdClassName
{
border-color: #0703E7;
}
.TagClassName
{
border-color: #0703E7;
}
</style>