Shades of Medium Blue #050ECF
Tints of Medium Blue #050ECF
RGB
CMYK
RGB Variations
Color information
#050ECF (or 0x050ECF) is known color: Medium Blue. HEX triplet: 05, 0E and CF. RGB value is (5,14,207). Sum of RGB (Red+Green+Blue) = 5+14+207=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 207 (81.25% from 255 or 91.59% from 226); Max value from RGB is 207 - color contains mainly: blue. Hex color #050ECF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ECF is #FAF130. Grayscale: #202020. Windows color (decimal): -16445745 or 13569541. OLE color: 13569541.
HSL color Cylindrical-coordinate representation of color #050ECF: hue angle of 237.33º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ECF is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 14 | 207 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.19 |
| HSL | 237.33º | 0.95% | 0.42% | - |
| HSV(B) | 237.33º | 0.98% | 0.81% | - |
| XYZ | 11.48 | 4.85 | 59.36 | - |
| YUV | 33.31 | 226.02 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 207 | 0.98 | 0.93 | 0 | 0.19 | 237.33 | 0.95 | 0.42 |
| Hex | 5 | E | CF | 62 | 5D | 0 | 13 | ED | 5F | 2A |
| Octal | 5 | 16 | 317 | 142 | 135 | 0 | 23 | 355 | 137 | 52 |
| Binary | 101 | 1110 | 11001111 | 1100010 | 1011101 | 0 | 10011 | 11101101 | 1011111 | 101010 |
Color Harmonies of #050ECF
Complementary color
Monochromatic Colors of #050ECF
Black with #050ECF
Text Example
Text Example
White with #050ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050ECF; }
p { color: rgb(5,14,207); }
H1.HeaderClassName
{
color: #050ECF;
}
.AnyTagClassName
{
color: #050ECF;
}
</style>
background-color css
<style>
a { background-color: #050ECF; }
a { background-color: rgb(5,14,207); }
div.DivClassName
{
background-color: #050ECF;
}
.BgClassName
{
background-color: #050ECF;
}
</style>
border-color css
<style>
span { border-color: #050ECF; }
span { border-color: rgb(5,14,207); }
td.TdClassName
{
border-color: #050ECF;
}
.TagClassName
{
border-color: #050ECF;
}
</style>