Color Hex Logo

#1e5dbd Color Hex

#1E5DBD
(30,93,189)
0 Favorites   0 Comments

Color spaces of #1e5dbd

RGB 3093189
HSL0.600.730.43
HSV216°84°74°
CMYK 0.840.510.00   0.26
XYZ13.635111.778849.6990
Yxy11.77880.18150.1568
Hunter Lab34.320310.8558-61.8334
CIE-Lab40.862416.6475-55.9514

#1e5dbd color RGB value is (30,93,189).

#1e5dbd hex color red value is 30, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1e5dbd hue: 0.60 , saturation: 0.73 and the lightness value of 1e5dbd is 0.43.

The process color (four color CMYK) of #1e5dbd color hex is 0.84, 0.51, 0.00, 0.26. Web safe color of #1e5dbd is #3366cc. Color #1e5dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01011101 10111101
Octal 36 135 275
Decimal 30 93 189
Hex 1E 5D BD

RGB Percentages of Color #1e5dbd

%9.62
%29.81
%60.58

CMYK Percentages of Color #1e5dbd

%84
%51
%0
%26

Triadic Colors of #1e5dbd

#1e5dbd #bd1e5d #5dbd1e

Analogous Colors of #1e5dbd

#1e5dbd #2e1ebd #1eadbd

Monochromatic Colors of #1e5dbd

#1e5dbd

Complementary Color

#1e5dbd #bd7e1e

#1e5dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e5dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e5dbd Color CSS Codes

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

#1e5dbd Text Font Color

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

This sample text font color is #1e5dbd
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.


#1e5dbd Background Color

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

This div background color is #1e5dbd


#1e5dbd Border Color

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

This div border color is #1e5dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e5dbd


Comments

No comments written yet.

Please login to write comment.