#1400e5

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

Shades of Medium Blue #1400E5

Tints of Medium Blue #1400E5

Color information

#1400E5 (or 0x1400E5) is unknown color: approx Medium Blue. HEX triplet: 14, 00 and E5. RGB value is (20,0,229). Sum of RGB (Red+Green+Blue) = 20+0+229=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 229 (89.84% from 255 or 91.97% from 249); Max value from RGB is 229 - color contains mainly: blue. Hex color #1400E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1400E5 is #EBFF1A. Grayscale: #1F1F1F. Windows color (decimal): -15466267 or 15007764. OLE color: 15007764.

HSL color Cylindrical-coordinate representation of color #1400E5: hue angle of 245.24º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1400E5 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB200229-
CMYK0.91100.10
HSL245.24º100%44.9%-
HSV(B)245.24º100%89.8%-
XYZ14.435.8174.49-
YUV32.09239.13119.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 229 (89.84% from 255) = 91.97%
R=8.03%
G=0%
B=91.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2002290.91100.10245.2410044.9
Hex140E55B640Af5642d
Octal24034513314401236514455
Binary101000111001011011011110010001010111101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1400e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1400e5; }

 p { color: rgb(20,0,229); }

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

<style>
 a { background-color: #1400e5; }

 a { background-color: rgb(20,0,229); }

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

<style>
 span { border-color: #1400e5; }

 span { border-color: rgb(20,0,229); }

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