Html Css Color HEX #140ED5 Medium Blue

📋 copy color: '#140ED5'

red 20 ◦ green 14 ◦ blue 213

#140ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #140ED5

Tints of Medium Blue #140ED5

RGB

 RED value IS 20 (8.2% from 255) = 8.1%

 GREEN value IS 14 (5.86% from 255) = 5.67%

 BLUE value IS 213 (83.59% from 255) = 86.23%

R = 8.1%
G = 5.67%
B = 86.23%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#140ED5 (or 0x140ED5) is known color: 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

RGB 20 14 213 -
CMYK 0.91 0.93 0 0.16
HSL 241.81º 0.88% 0.45% -
HSV(B) 241.81º 0.93% 0.84% -
XYZ 12.46 5.27 63.31 -
YUV 38.48 226.49 114.82 -
System Red Green Blue C M Y K H S L
Decimal 20 14 213 0.91 0.93 0 0.16 241.81 0.88 0.45
Hex 14 E D5 5B 5D 0 10 F2 58 2D
Octal 24 16 325 133 135 0 20 362 130 55
Binary 10100 1110 11010101 1011011 1011101 0 10000 11110010 1011000 101101

Color Harmonies of #140ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140ED5

Black with #140ED5

Text Example


Text Example

White with #140ED5

Text Example


Text Example

HTML Codes & Css Web 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>