Shades of Medium Blue #050ECD
Tints of Medium Blue #050ECD
RGB
CMYK
RGB Variations
Color information
#050ECD (or 0x050ECD) is known color: Medium Blue. HEX triplet: 05, 0E and CD. RGB value is (5,14,205). Sum of RGB (Red+Green+Blue) = 5+14+205=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 205 (80.47% from 255 or 91.52% from 224); Max value from RGB is 205 - color contains mainly: blue. Hex color #050ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ECD is #FAF132. Grayscale: #202020. Windows color (decimal): -16445747 or 13438469. OLE color: 13438469.
HSL color Cylindrical-coordinate representation of color #050ECD: hue angle of 237.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ECD is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 14 | 205 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.20 |
| HSL | 237.3º | 0.95% | 0.41% | - |
| HSV(B) | 237.3º | 0.98% | 0.8% | - |
| XYZ | 11.24 | 4.75 | 58.08 | - |
| YUV | 33.08 | 225.02 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 205 | 0.98 | 0.93 | 0 | 0.20 | 237.3 | 0.95 | 0.41 |
| Hex | 5 | E | CD | 62 | 5D | 0 | 14 | ED | 5F | 29 |
| Octal | 5 | 16 | 315 | 142 | 135 | 0 | 24 | 355 | 137 | 51 |
| Binary | 101 | 1110 | 11001101 | 1100010 | 1011101 | 0 | 10100 | 11101101 | 1011111 | 101001 |
Color Harmonies of #050ECD
Complementary color
Monochromatic Colors of #050ECD
Black with #050ECD
Text Example
Text Example
White with #050ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050ECD; }
p { color: rgb(5,14,205); }
H1.HeaderClassName
{
color: #050ECD;
}
.AnyTagClassName
{
color: #050ECD;
}
</style>
background-color css
<style>
a { background-color: #050ECD; }
a { background-color: rgb(5,14,205); }
div.DivClassName
{
background-color: #050ECD;
}
.BgClassName
{
background-color: #050ECD;
}
</style>
border-color css
<style>
span { border-color: #050ECD; }
span { border-color: rgb(5,14,205); }
td.TdClassName
{
border-color: #050ECD;
}
.TagClassName
{
border-color: #050ECD;
}
</style>