Color Hex Logo

#1e4fed Color Hex

#1E4FED
(30,79,237)
0 Favorites   0 Comments

Color spaces of #1e4fed

RGB 3079237
HSL0.630.850.52
HSV226°87°93°
CMYK 0.870.670.00   0.07
XYZ18.617511.982481.4524
Yxy11.98240.16620.1069
Hunter Lab34.615635.4263-115.2817
CIE-Lab41.188143.8778-82.9560

#1e4fed color RGB value is (30,79,237).

#1e4fed hex color red value is 30, green value is 79 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1e4fed hue: 0.63 , saturation: 0.85 and the lightness value of 1e4fed is 0.52.

The process color (four color CMYK) of #1e4fed color hex is 0.87, 0.67, 0.00, 0.07. Web safe color of #1e4fed is #3366ff. Color #1e4fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01001111 11101101
Octal 36 117 355
Decimal 30 79 237
Hex 1E 4F ED

RGB Percentages of Color #1e4fed

%8.67
%22.83
%68.50

CMYK Percentages of Color #1e4fed

%87
%67
%0
%7

Triadic Colors of #1e4fed

#1e4fed #ed1e4f #4fed1e

Analogous Colors of #1e4fed

#1e4fed #551eed #1eb7ed

Monochromatic Colors of #1e4fed

#1e4fed

Complementary Color

#1e4fed #edbc1e

#1e4fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e4fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e4fed Color CSS Codes

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

#1e4fed Text Font Color

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

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


#1e4fed Background Color

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

This div background color is #1e4fed


#1e4fed Border Color

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

This div border color is #1e4fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e4fed


Comments

No comments written yet.

Please login to write comment.