#140ECD

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

Shades of Medium Blue #140ECD

Tints of Medium Blue #140ECD

Color information

#140ECD (or 0x140ECD) is unknown color: approx Medium Blue. HEX triplet: 14, 0E and CD. RGB value is (20,14,205). Sum of RGB (Red+Green+Blue) = 20+14+205=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 205 (80.47% from 255 or 85.77% from 239); Max value from RGB is 205 - color contains mainly: blue. Hex color #140ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140ECD is #EBF132. Grayscale: #242424. Windows color (decimal): -15462707 or 13438484. OLE color: 13438484.

HSL color Cylindrical-coordinate representation of color #140ECD: hue angle of 241.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140ECD is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2014205-
CMYK0.900.9300.20
HSL241.88º87.21%42.94%-
HSV(B)241.88º93.17%80.39%-
XYZ11.464.8758.09-
YUV37.57222.49115.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 205 (80.47% from 255) = 85.77%
R=8.37%
G=5.86%
B=85.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20142050.900.9300.20241.8887.2142.94
Hex14ECD5A5D014f2572b
Octal241631513213502436212753
Binary1010011101100110110110101011101010100111100101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140ECD; }

 p { color: rgb(20,14,205); }

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

<style>
 a { background-color: #140ECD; }

 a { background-color: rgb(20,14,205); }

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

<style>
 span { border-color: #140ECD; }

 span { border-color: rgb(20,14,205); }

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