Shades of Medium Blue #051ED2
Tints of Medium Blue #051ED2
RGB
CMYK
RGB Variations
Color information
#051ED2 (or 0x051ED2) is known color: Medium Blue. HEX triplet: 05, 1E and D2. RGB value is (5,30,210). Sum of RGB (Red+Green+Blue) = 5+30+210=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 210 (82.42% from 255 or 85.71% from 245); Max value from RGB is 210 - color contains mainly: blue. Hex color #051ED2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ED2 is #FAE12D. Grayscale: #2A2A2A. Windows color (decimal): -16441646 or 13770245. OLE color: 13770245.
HSL color Cylindrical-coordinate representation of color #051ED2: hue angle of 232.68º 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 #051ED2 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 30 | 210 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.18 |
| HSL | 232.68º | 0.95% | 0.42% | - |
| HSV(B) | 232.68º | 0.98% | 0.82% | - |
| XYZ | 12.16 | 5.61 | 61.42 | - |
| YUV | 43.05 | 222.22 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 210 | 0.98 | 0.86 | 0 | 0.18 | 232.68 | 0.95 | 0.42 |
| Hex | 5 | 1E | D2 | 62 | 56 | 0 | 12 | E9 | 5F | 2A |
| Octal | 5 | 36 | 322 | 142 | 126 | 0 | 22 | 351 | 137 | 52 |
| Binary | 101 | 11110 | 11010010 | 1100010 | 1010110 | 0 | 10010 | 11101001 | 1011111 | 101010 |
Color Harmonies of #051ED2
Complementary color
Monochromatic Colors of #051ED2
Black with #051ED2
Text Example
Text Example
White with #051ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051ED2; }
p { color: rgb(5,30,210); }
H1.HeaderClassName
{
color: #051ED2;
}
.AnyTagClassName
{
color: #051ED2;
}
</style>
background-color css
<style>
a { background-color: #051ED2; }
a { background-color: rgb(5,30,210); }
div.DivClassName
{
background-color: #051ED2;
}
.BgClassName
{
background-color: #051ED2;
}
</style>
border-color css
<style>
span { border-color: #051ED2; }
span { border-color: rgb(5,30,210); }
td.TdClassName
{
border-color: #051ED2;
}
.TagClassName
{
border-color: #051ED2;
}
</style>