#140ADE

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

Shades of Medium Blue #140ADE

Tints of Medium Blue #140ADE

Color information

#140ADE (or 0x140ADE) is unknown color: approx Medium Blue. HEX triplet: 14, 0A and DE. RGB value is (20,10,222). Sum of RGB (Red+Green+Blue) = 20+10+222=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 222 (87.11% from 255 or 88.10% from 252); Max value from RGB is 222 - color contains mainly: blue. Hex color #140ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140ADE is #EBF521. Grayscale: #242424. Windows color (decimal): -15463714 or 14551572. OLE color: 14551572.

HSL color Cylindrical-coordinate representation of color #140ADE: hue angle of 242.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140ADE is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2010222-
CMYK0.910.9500.13
HSL242.83º91.38%45.49%-
HSV(B)242.83º95.5%87.06%-
XYZ13.585.6469.48-
YUV37.16232.31115.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 222 (87.11% from 255) = 88.10%
R=7.94%
G=3.97%
B=88.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20102220.910.9500.13242.8391.3845.49
Hex14ADE5B5F0Df35b2d
Octal241233613313701536313355
Binary101001010110111101011011101111101101111100111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,10,222); }

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

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

 a { background-color: rgb(20,10,222); }

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

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

 span { border-color: rgb(20,10,222); }

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