Html Css Color HEX #140ED6 Medium Blue

📋 copy color: '#140ED6'

red 20 ◦ green 14 ◦ blue 214

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

Shades of Medium Blue #140ED6

Tints of Medium Blue #140ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 86.29%

R = 8.06%
G = 5.65%
B = 86.29%

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

#140ED6 (or 0x140ED6) is known color: Medium Blue. HEX triplet: 14, 0E and D6. RGB value is (20,14,214). Sum of RGB (Red+Green+Blue) = 20+14+214=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 214 (83.98% from 255 or 86.29% from 248); Max value from RGB is 214 - color contains mainly: blue. Hex color #140ED6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140ED6 is #EBF129. Grayscale: #252525. Windows color (decimal): -15462698 or 14028308. OLE color: 14028308.

HSL color Cylindrical-coordinate representation of color #140ED6: hue angle of 241.8º 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 #140ED6 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 14 214 -
CMYK 0.91 0.93 0 0.16
HSL 241.8º 0.88% 0.45% -
HSV(B) 241.8º 0.93% 0.84% -
XYZ 12.58 5.32 63.98 -
YUV 38.59 226.99 114.74 -
System Red Green Blue C M Y K H S L
Decimal 20 14 214 0.91 0.93 0 0.16 241.8 0.88 0.45
Hex 14 E D6 5B 5D 0 10 F2 58 2D
Octal 24 16 326 133 135 0 20 362 130 55
Binary 10100 1110 11010110 1011011 1011101 0 10000 11110010 1011000 101101

Color Harmonies of #140ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140ED6

Black with #140ED6

Text Example


Text Example

White with #140ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #140ED6;
 }
 .AnyTagClassName
 {
   color: #140ED6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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