Shades of Medium Blue #051ECA
Tints of Medium Blue #051ECA
RGB
CMYK
RGB Variations
Color information
#051ECA (or 0x051ECA) is known color: Medium Blue. HEX triplet: 05, 1E and CA. RGB value is (5,30,202). Sum of RGB (Red+Green+Blue) = 5+30+202=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 202 (79.30% from 255 or 85.23% from 237); Max value from RGB is 202 - color contains mainly: blue. Hex color #051ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ECA is #FAE135. Grayscale: #292929. Windows color (decimal): -16441654 or 13245957. OLE color: 13245957.
HSL color Cylindrical-coordinate representation of color #051ECA: hue angle of 232.39º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051ECA is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 30 | 202 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.21 |
| HSL | 232.39º | 0.95% | 0.41% | - |
| HSV(B) | 232.39º | 0.98% | 0.79% | - |
| XYZ | 11.19 | 5.23 | 56.3 | - |
| YUV | 42.13 | 218.22 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 202 | 0.98 | 0.85 | 0 | 0.21 | 232.39 | 0.95 | 0.41 |
| Hex | 5 | 1E | CA | 62 | 55 | 0 | 15 | E8 | 5F | 29 |
| Octal | 5 | 36 | 312 | 142 | 125 | 0 | 25 | 350 | 137 | 51 |
| Binary | 101 | 11110 | 11001010 | 1100010 | 1010101 | 0 | 10101 | 11101000 | 1011111 | 101001 |
Color Harmonies of #051ECA
Complementary color
Monochromatic Colors of #051ECA
Black with #051ECA
Text Example
Text Example
White with #051ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051ECA; }
p { color: rgb(5,30,202); }
H1.HeaderClassName
{
color: #051ECA;
}
.AnyTagClassName
{
color: #051ECA;
}
</style>
background-color css
<style>
a { background-color: #051ECA; }
a { background-color: rgb(5,30,202); }
div.DivClassName
{
background-color: #051ECA;
}
.BgClassName
{
background-color: #051ECA;
}
</style>
border-color css
<style>
span { border-color: #051ECA; }
span { border-color: rgb(5,30,202); }
td.TdClassName
{
border-color: #051ECA;
}
.TagClassName
{
border-color: #051ECA;
}
</style>