#140ed5

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

Shades of Medium Blue #140ED5

Tints of Medium Blue #140ED5

Color information

#140ED5 (or 0x140ED5) is unknown color: approx Medium Blue. HEX triplet: 14, 0E and D5. RGB value is (20,14,213). Sum of RGB (Red+Green+Blue) = 20+14+213=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 213 (83.59% from 255 or 86.23% from 247); Max value from RGB is 213 - color contains mainly: blue. Hex color #140ED5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140ED5 is #EBF12A. Grayscale: #252525. Windows color (decimal): -15462699 or 13962772. OLE color: 13962772.

HSL color Cylindrical-coordinate representation of color #140ED5: hue angle of 241.81º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140ED5 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2014213-
CMYK0.910.9300.16
HSL241.81º87.67%44.51%-
HSV(B)241.81º93.43%83.53%-
XYZ12.465.2763.31-
YUV38.48226.49114.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.10%
GREEN value IS 14 (5.86% from 255) = 5.67%
BLUE value IS 213 (83.59% from 255) = 86.23%
R=8.10%
G=5.67%
B=86.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal20142130.910.9300.16241.8187.6744.51
Hex14ED55B5D010f2582d
Octal241632513313502036213055
Binary1010011101101010110110111011101010000111100101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140ed5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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