#050ECC

Color #050ECC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #050ECC

Tints of Medium Blue #050ECC

Color information

#050ECC (or 0x050ECC) is unknown color: approx Medium Blue. HEX triplet: 05, 0E and CC. RGB value is (5,14,204). Sum of RGB (Red+Green+Blue) = 5+14+204=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 204 (80.08% from 255 or 91.48% from 223); Max value from RGB is 204 - color contains mainly: blue. Hex color #050ECC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ECC is #FAF133. Grayscale: #202020. Windows color (decimal): -16445748 or 13372933. OLE color: 13372933.

HSL color Cylindrical-coordinate representation of color #050ECC: hue angle of 237.29º 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 #050ECC is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB514204-
CMYK0.980.9300.2
HSL237.29º95.22%40.98%-
HSV(B)237.29º97.55%80%-
XYZ11.124.7157.45-
YUV32.97224.52108.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 204 (80.08% from 255) = 91.48%
R=2.24%
G=6.28%
B=91.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5142040.980.9300.2237.2995.2240.98
Hex5ECC625D014ed5f29
Octal51631414213502435513751
Binary10111101100110011000101011101010100111011011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050ECC; }

 p { color: rgb(5,14,204); }

 H1.HeaderClassName
 {
   color: #050ECC;
 }
 .AnyTagClassName
 {
   color: #050ECC;
 }
</style>
background-color css

<style>
 a { background-color: #050ECC; }

 a { background-color: rgb(5,14,204); }

 div.DivClassName
 {
   background-color: #050ECC;
 }
 .BgClassName
 {
   background-color: #050ECC;
 }
</style>
border-color css

<style>
 span { border-color: #050ECC; }

 span { border-color: rgb(5,14,204); }

 td.TdClassName
 {
   border-color: #050ECC;
 }
 .TagClassName
 {
   border-color: #050ECC;
 }
</style>