Shades of Medium Blue #051EDC
Tints of Medium Blue #051EDC
RGB
CMYK
RGB Variations
Color information
#051EDC (or 0x051EDC) is known color: Medium Blue. HEX triplet: 05, 1E and DC. RGB value is (5,30,220). Sum of RGB (Red+Green+Blue) = 5+30+220=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 220 (86.33% from 255 or 86.27% from 255); Max value from RGB is 220 - color contains mainly: blue. Hex color #051EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051EDC is #FAE123. Grayscale: #2B2B2B. Windows color (decimal): -16441636 or 14425605. OLE color: 14425605.
HSL color Cylindrical-coordinate representation of color #051EDC: hue angle of 233.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051EDC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 30 | 220 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.14 |
| HSL | 233.02º | 0.96% | 0.44% | - |
| HSV(B) | 233.02º | 0.98% | 0.86% | - |
| XYZ | 13.45 | 6.13 | 68.18 | - |
| YUV | 44.19 | 227.22 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 220 | 0.98 | 0.86 | 0 | 0.14 | 233.02 | 0.96 | 0.44 |
| Hex | 5 | 1E | DC | 62 | 56 | 0 | E | E9 | 60 | 2C |
| Octal | 5 | 36 | 334 | 142 | 126 | 0 | 16 | 351 | 140 | 54 |
| Binary | 101 | 11110 | 11011100 | 1100010 | 1010110 | 0 | 1110 | 11101001 | 1100000 | 101100 |
Color Harmonies of #051EDC
Complementary color
Monochromatic Colors of #051EDC
Black with #051EDC
Text Example
Text Example
White with #051EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051EDC; }
p { color: rgb(5,30,220); }
H1.HeaderClassName
{
color: #051EDC;
}
.AnyTagClassName
{
color: #051EDC;
}
</style>
background-color css
<style>
a { background-color: #051EDC; }
a { background-color: rgb(5,30,220); }
div.DivClassName
{
background-color: #051EDC;
}
.BgClassName
{
background-color: #051EDC;
}
</style>
border-color css
<style>
span { border-color: #051EDC; }
span { border-color: rgb(5,30,220); }
td.TdClassName
{
border-color: #051EDC;
}
.TagClassName
{
border-color: #051EDC;
}
</style>