Shades of Medium Blue #0714CE
Tints of Medium Blue #0714CE
RGB
CMYK
RGB Variations
Color information
#0714CE (or 0x0714CE) is known color: Medium Blue. HEX triplet: 07, 14 and CE. RGB value is (7,20,206). Sum of RGB (Red+Green+Blue) = 7+20+206=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 206 (80.86% from 255 or 88.41% from 233); Max value from RGB is 206 - color contains mainly: blue. Hex color #0714CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0714CE is #F8EB31. Grayscale: #242424. Windows color (decimal): -16313138 or 13505543. OLE color: 13505543.
HSL color Cylindrical-coordinate representation of color #0714CE: hue angle of 236.08º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0714CE is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 20 | 206 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.19 |
| HSL | 236.08º | 0.93% | 0.42% | - |
| HSV(B) | 236.08º | 0.97% | 0.81% | - |
| XYZ | 11.48 | 5 | 58.75 | - |
| YUV | 37.32 | 223.19 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 206 | 0.97 | 0.90 | 0 | 0.19 | 236.08 | 0.93 | 0.42 |
| Hex | 7 | 14 | CE | 61 | 5A | 0 | 13 | EC | 5D | 2A |
| Octal | 7 | 24 | 316 | 141 | 132 | 0 | 23 | 354 | 135 | 52 |
| Binary | 111 | 10100 | 11001110 | 1100001 | 1011010 | 0 | 10011 | 11101100 | 1011101 | 101010 |
Color Harmonies of #0714CE
Complementary color
Monochromatic Colors of #0714CE
Black with #0714CE
Text Example
Text Example
White with #0714CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0714CE; }
p { color: rgb(7,20,206); }
H1.HeaderClassName
{
color: #0714CE;
}
.AnyTagClassName
{
color: #0714CE;
}
</style>
background-color css
<style>
a { background-color: #0714CE; }
a { background-color: rgb(7,20,206); }
div.DivClassName
{
background-color: #0714CE;
}
.BgClassName
{
background-color: #0714CE;
}
</style>
border-color css
<style>
span { border-color: #0714CE; }
span { border-color: rgb(7,20,206); }
td.TdClassName
{
border-color: #0714CE;
}
.TagClassName
{
border-color: #0714CE;
}
</style>