#1e1de1

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

Shades of Medium Blue #1E1DE1

Tints of Medium Blue #1E1DE1

Color information

#1E1DE1 (or 0x1E1DE1) is unknown color: approx Medium Blue. HEX triplet: 1E, 1D and E1. RGB value is (30,29,225). Sum of RGB (Red+Green+Blue) = 30+29+225=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 225 (88.28% from 255 or 79.23% from 284); Max value from RGB is 225 - color contains mainly: blue. Hex color #1E1DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1DE1 is #E1E21E. Grayscale: #323232. Windows color (decimal): -14803487 or 14753054. OLE color: 14753054.

HSL color Cylindrical-coordinate representation of color #1E1DE1: hue angle of 240.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1DE1 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3029225-
CMYK0.870.8700.12
HSL240.31º77.17%49.8%-
HSV(B)240.31º87.11%88.24%-
XYZ14.576.5971.74-
YUV51.64225.83112.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.56%
GREEN value IS 29 (11.72% from 255) = 10.21%
BLUE value IS 225 (88.28% from 255) = 79.23%
R=10.56%
G=10.21%
B=79.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal30292250.870.8700.12240.3177.1749.8
Hex1E1DE157570Cf04d32
Octal363534112712701436011562
Binary1111011101111000011010111101011101100111100001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e1de1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1e1de1; }

 p { color: rgb(30,29,225); }

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

<style>
 a { background-color: #1e1de1; }

 a { background-color: rgb(30,29,225); }

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

<style>
 span { border-color: #1e1de1; }

 span { border-color: rgb(30,29,225); }

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