#140ACC

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

Shades of Medium Blue #140ACC

Tints of Medium Blue #140ACC

Color information

#140ACC (or 0x140ACC) is unknown color: approx Medium Blue. HEX triplet: 14, 0A and CC. RGB value is (20,10,204). Sum of RGB (Red+Green+Blue) = 20+10+204=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 204 (80.08% from 255 or 87.18% from 234); Max value from RGB is 204 - color contains mainly: blue. Hex color #140ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140ACC is #EBF533. Grayscale: #222222. Windows color (decimal): -15463732 or 13371924. OLE color: 13371924.

HSL color Cylindrical-coordinate representation of color #140ACC: hue angle of 243.09º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140ACC is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2010204-
CMYK0.900.9500.2
HSL243.09º90.65%41.96%-
HSV(B)243.09º95.1%80%-
XYZ11.34.7357.44-
YUV35.11223.31117.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 204 (80.08% from 255) = 87.18%
R=8.55%
G=4.27%
B=87.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20102040.900.9500.2243.0990.6541.96
Hex14ACC5A5F014f35b2a
Octal241231413213702436313352
Binary1010010101100110010110101011111010100111100111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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