Shades of Medium Blue #051EC7
Tints of Medium Blue #051EC7
RGB
CMYK
RGB Variations
Color information
#051EC7 (or 0x051EC7) is known color: Medium Blue. HEX triplet: 05, 1E and C7. RGB value is (5,30,199). Sum of RGB (Red+Green+Blue) = 5+30+199=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 199 (78.12% from 255 or 85.04% from 234); Max value from RGB is 199 - color contains mainly: blue. Hex color #051EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051EC7 is #FAE138. Grayscale: #292929. Windows color (decimal): -16441657 or 13049349. OLE color: 13049349.
HSL color Cylindrical-coordinate representation of color #051EC7: hue angle of 232.27º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051EC7 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 30 | 199 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.22 |
| HSL | 232.27º | 0.95% | 0.4% | - |
| HSV(B) | 232.27º | 0.97% | 0.78% | - |
| XYZ | 10.84 | 5.08 | 54.44 | - |
| YUV | 41.79 | 216.72 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 199 | 0.97 | 0.85 | 0 | 0.22 | 232.27 | 0.95 | 0.4 |
| Hex | 5 | 1E | C7 | 61 | 55 | 0 | 16 | E8 | 5F | 28 |
| Octal | 5 | 36 | 307 | 141 | 125 | 0 | 26 | 350 | 137 | 50 |
| Binary | 101 | 11110 | 11000111 | 1100001 | 1010101 | 0 | 10110 | 11101000 | 1011111 | 101000 |
Color Harmonies of #051EC7
Complementary color
Monochromatic Colors of #051EC7
Black with #051EC7
Text Example
Text Example
White with #051EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051EC7; }
p { color: rgb(5,30,199); }
H1.HeaderClassName
{
color: #051EC7;
}
.AnyTagClassName
{
color: #051EC7;
}
</style>
background-color css
<style>
a { background-color: #051EC7; }
a { background-color: rgb(5,30,199); }
div.DivClassName
{
background-color: #051EC7;
}
.BgClassName
{
background-color: #051EC7;
}
</style>
border-color css
<style>
span { border-color: #051EC7; }
span { border-color: rgb(5,30,199); }
td.TdClassName
{
border-color: #051EC7;
}
.TagClassName
{
border-color: #051EC7;
}
</style>