Color Hex Logo

#1e40dd Color Hex

#1E40DD
(30,64,221)
0 Favorites   0 Comments

Color spaces of #1e40dd

RGB 3064221
HSL0.640.760.49
HSV229°86°87°
CMYK 0.860.710.00   0.13
XYZ15.42009.163369.3626
Yxy9.16330.16410.0975
Hunter Lab30.270937.9536-114.6670
CIE-Lab36.296847.2828-81.9215

#1e40dd color RGB value is (30,64,221).

#1e40dd hex color red value is 30, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1e40dd hue: 0.64 , saturation: 0.76 and the lightness value of 1e40dd is 0.49.

The process color (four color CMYK) of #1e40dd color hex is 0.86, 0.71, 0.00, 0.13. Web safe color of #1e40dd is #3333cc. Color #1e40dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01000000 11011101
Octal 36 100 335
Decimal 30 64 221
Hex 1E 40 DD

RGB Percentages of Color #1e40dd

%9.52
%20.32
%70.16

CMYK Percentages of Color #1e40dd

%86
%71
%0
%13

Triadic Colors of #1e40dd

#1e40dd #dd1e40 #40dd1e

Analogous Colors of #1e40dd

#1e40dd #5c1edd #1ea0dd

Monochromatic Colors of #1e40dd

#1e40dd

Complementary Color

#1e40dd #ddbb1e

#1e40dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e40dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e40dd Color CSS Codes

.mybgcolor {background-color:#1e40dd; } 
.myforecolor {color:#1e40dd; }
.mybordercolor {border:3px solid #1e40dd; }

#1e40dd Text Font Color

<p style="color:#1e40dd">Text here</p>

This sample text font color is #1e40dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1e40dd Background Color

<div style="background-color:#1e40dd">
Div content here</div>

This div background color is #1e40dd


#1e40dd Border Color

<div style="border:3px solid #1e40dd">
Div here</div>

This div border color is #1e40dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,64,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1e40dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1e40dd;
  -webkit-box-shadow: 1px 1px 3px 2px #1e40dd;
  box-shadow:         1px 1px 3px 2px #1e40dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,64,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1e40dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1e40dd;
  -webkit-box-shadow: 1px 1px 3px 2px #1e40dd;
  box-shadow:         1px 1px 3px 2px #1e40dd;">
Div content here</div>

This div box has shadow with color #1e40dd


Comments

No comments written yet.

Please login to write comment.