Shades of Medium Blue #071EDC
Tints of Medium Blue #071EDC
RGB
CMYK
RGB Variations
Color information
#071EDC (or 0x071EDC) is known color: Medium Blue. HEX triplet: 07, 1E and DC. RGB value is (7,30,220). Sum of RGB (Red+Green+Blue) = 7+30+220=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #071EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071EDC is #F8E123. Grayscale: #2C2C2C. Windows color (decimal): -16310564 or 14425607. OLE color: 14425607.
HSL color Cylindrical-coordinate representation of color #071EDC: hue angle of 233.52º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071EDC is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 30 | 220 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.14 |
| HSL | 233.52º | 0.94% | 0.45% | - |
| HSV(B) | 233.52º | 0.97% | 0.86% | - |
| XYZ | 13.47 | 6.14 | 68.19 | - |
| YUV | 44.78 | 226.88 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 220 | 0.97 | 0.86 | 0 | 0.14 | 233.52 | 0.94 | 0.45 |
| Hex | 7 | 1E | DC | 61 | 56 | 0 | E | EA | 5E | 2D |
| Octal | 7 | 36 | 334 | 141 | 126 | 0 | 16 | 352 | 136 | 55 |
| Binary | 111 | 11110 | 11011100 | 1100001 | 1010110 | 0 | 1110 | 11101010 | 1011110 | 101101 |
Color Harmonies of #071EDC
Complementary color
Monochromatic Colors of #071EDC
Black with #071EDC
Text Example
Text Example
White with #071EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071EDC; }
p { color: rgb(7,30,220); }
H1.HeaderClassName
{
color: #071EDC;
}
.AnyTagClassName
{
color: #071EDC;
}
</style>
background-color css
<style>
a { background-color: #071EDC; }
a { background-color: rgb(7,30,220); }
div.DivClassName
{
background-color: #071EDC;
}
.BgClassName
{
background-color: #071EDC;
}
</style>
border-color css
<style>
span { border-color: #071EDC; }
span { border-color: rgb(7,30,220); }
td.TdClassName
{
border-color: #071EDC;
}
.TagClassName
{
border-color: #071EDC;
}
</style>