Color Hex Logo

#1e5cfb Color Hex

#1E5CFB
(30,92,251)
0 Favorites   0 Comments

Color spaces of #1e5cfb

RGB 3092251
HSL0.620.970.55
HSV223°88°98°
CMYK 0.880.630.00   0.02
XYZ21.775214.895392.9942
Yxy14.89530.16790.1149
Hunter Lab38.594433.1705-115.8446
CIE-Lab45.490540.9008-83.7379

#1e5cfb color RGB value is (30,92,251).

#1e5cfb hex color red value is 30, green value is 92 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1e5cfb hue: 0.62 , saturation: 0.97 and the lightness value of 1e5cfb is 0.55.

The process color (four color CMYK) of #1e5cfb color hex is 0.88, 0.63, 0.00, 0.02. Web safe color of #1e5cfb is #3366ff. Color #1e5cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01011100 11111011
Octal 36 134 373
Decimal 30 92 251
Hex 1E 5C FB

RGB Percentages of Color #1e5cfb

%8.04
%24.66
%67.29

CMYK Percentages of Color #1e5cfb

%88
%63
%0
%2

Triadic Colors of #1e5cfb

#1e5cfb #fb1e5c #5cfb1e

Analogous Colors of #1e5cfb

#1e5cfb #4e1efb #1ecbfb

Monochromatic Colors of #1e5cfb

#1e5cfb

Complementary Color

#1e5cfb #fbbd1e

#1e5cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e5cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e5cfb Color CSS Codes

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

#1e5cfb Text Font Color

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

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


#1e5cfb Background Color

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

This div background color is #1e5cfb


#1e5cfb Border Color

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

This div border color is #1e5cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e5cfb


Comments

No comments written yet.

Please login to write comment.