Html Css Color HEX #140ACC Medium Blue

📋 copy color: '#140ACC'

red 20 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #140ACC

Tints of Medium Blue #140ACC

RGB

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

 GREEN value IS 10 (4.3% 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 value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

RGB 20 10 204 -
CMYK 0.90 0.95 0 0.2
HSL 243.09º 0.91% 0.42% -
HSV(B) 243.09º 0.95% 0.8% -
XYZ 11.3 4.73 57.44 -
YUV 35.11 223.31 117.23 -
System Red Green Blue C M Y K H S L
Decimal 20 10 204 0.90 0.95 0 0.2 243.09 0.91 0.42
Hex 14 A CC 5A 5F 0 14 F3 5B 2A
Octal 24 12 314 132 137 0 24 363 133 52
Binary 10100 1010 11001100 1011010 1011111 0 10100 11110011 1011011 101010

Color Harmonies of #140ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140ACC

Black with #140ACC

Text Example


Text Example

White with #140ACC

Text Example


Text Example

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