Shades of Medium Blue #051ED0
Tints of Medium Blue #051ED0
RGB
CMYK
RGB Variations
Color information
#051ED0 (or 0x051ED0) is known color: Medium Blue. HEX triplet: 05, 1E and D0. RGB value is (5,30,208). Sum of RGB (Red+Green+Blue) = 5+30+208=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 208 (81.64% from 255 or 85.60% from 243); Max value from RGB is 208 - color contains mainly: blue. Hex color #051ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ED0 is #FAE12F. Grayscale: #2A2A2A. Windows color (decimal): -16441648 or 13639173. OLE color: 13639173.
HSL color Cylindrical-coordinate representation of color #051ED0: hue angle of 232.61º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051ED0 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 30 | 208 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.18 |
| HSL | 232.61º | 0.95% | 0.42% | - |
| HSV(B) | 232.61º | 0.98% | 0.82% | - |
| XYZ | 11.91 | 5.51 | 60.11 | - |
| YUV | 42.82 | 221.22 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 208 | 0.98 | 0.86 | 0 | 0.18 | 232.61 | 0.95 | 0.42 |
| Hex | 5 | 1E | D0 | 62 | 56 | 0 | 12 | E9 | 5F | 2A |
| Octal | 5 | 36 | 320 | 142 | 126 | 0 | 22 | 351 | 137 | 52 |
| Binary | 101 | 11110 | 11010000 | 1100010 | 1010110 | 0 | 10010 | 11101001 | 1011111 | 101010 |
Color Harmonies of #051ED0
Complementary color
Monochromatic Colors of #051ED0
Black with #051ED0
Text Example
Text Example
White with #051ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051ED0; }
p { color: rgb(5,30,208); }
H1.HeaderClassName
{
color: #051ED0;
}
.AnyTagClassName
{
color: #051ED0;
}
</style>
background-color css
<style>
a { background-color: #051ED0; }
a { background-color: rgb(5,30,208); }
div.DivClassName
{
background-color: #051ED0;
}
.BgClassName
{
background-color: #051ED0;
}
</style>
border-color css
<style>
span { border-color: #051ED0; }
span { border-color: rgb(5,30,208); }
td.TdClassName
{
border-color: #051ED0;
}
.TagClassName
{
border-color: #051ED0;
}
</style>