#140EC2

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

Shades of Medium Blue #140EC2

Tints of Medium Blue #140EC2

Color information

#140EC2 (or 0x140EC2) is unknown color: approx Medium Blue. HEX triplet: 14, 0E and C2. RGB value is (20,14,194). Sum of RGB (Red+Green+Blue) = 20+14+194=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 194 (76.17% from 255 or 85.09% from 228); Max value from RGB is 194 - color contains mainly: blue. Hex color #140EC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140EC2 is #EBF13D. Grayscale: #232323. Windows color (decimal): -15462718 or 12717588. OLE color: 12717588.

HSL color Cylindrical-coordinate representation of color #140EC2: hue angle of 242º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140EC2 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2014194-
CMYK0.900.9300.24
HSL242º86.54%40.78%-
HSV(B)242º92.78%76.08%-
XYZ10.184.3651.34-
YUV36.31216.99116.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 14 (5.86% from 255) = 6.14%
BLUE value IS 194 (76.17% from 255) = 85.09%
R=8.77%
G=6.14%
B=85.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20141940.900.9300.2424286.5440.78
Hex14EC25A5D018f25729
Octal241630213213503036212751
Binary1010011101100001010110101011101011000111100101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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