Shades of Medium Blue #0714E0
Tints of Medium Blue #0714E0
RGB
CMYK
RGB Variations
Color information
#0714E0 (or 0x0714E0) is known color: Medium Blue. HEX triplet: 07, 14 and E0. RGB value is (7,20,224). Sum of RGB (Red+Green+Blue) = 7+20+224=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 224 (87.89% from 255 or 89.24% from 251); Max value from RGB is 224 - color contains mainly: blue. Hex color #0714E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0714E0 is #F8EB1F. Grayscale: #262626. Windows color (decimal): -16313120 or 14685191. OLE color: 14685191.
HSL color Cylindrical-coordinate representation of color #0714E0: hue angle of 236.41º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0714E0 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 20 | 224 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.12 |
| HSL | 236.41º | 0.94% | 0.45% | - |
| HSV(B) | 236.41º | 0.97% | 0.88% | - |
| XYZ | 13.79 | 5.93 | 70.94 | - |
| YUV | 39.37 | 232.19 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 224 | 0.97 | 0.91 | 0 | 0.12 | 236.41 | 0.94 | 0.45 |
| Hex | 7 | 14 | E0 | 61 | 5B | 0 | C | EC | 5E | 2D |
| Octal | 7 | 24 | 340 | 141 | 133 | 0 | 14 | 354 | 136 | 55 |
| Binary | 111 | 10100 | 11100000 | 1100001 | 1011011 | 0 | 1100 | 11101100 | 1011110 | 101101 |
Color Harmonies of #0714E0
Complementary color
Monochromatic Colors of #0714E0
Black with #0714E0
Text Example
Text Example
White with #0714E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0714E0; }
p { color: rgb(7,20,224); }
H1.HeaderClassName
{
color: #0714E0;
}
.AnyTagClassName
{
color: #0714E0;
}
</style>
background-color css
<style>
a { background-color: #0714E0; }
a { background-color: rgb(7,20,224); }
div.DivClassName
{
background-color: #0714E0;
}
.BgClassName
{
background-color: #0714E0;
}
</style>
border-color css
<style>
span { border-color: #0714E0; }
span { border-color: rgb(7,20,224); }
td.TdClassName
{
border-color: #0714E0;
}
.TagClassName
{
border-color: #0714E0;
}
</style>