Color Hex Logo

#1e68bd Color Hex

#1E68BD
(30,104,189)
0 Favorites   0 Comments

Color spaces of #1e68bd

RGB 30104189
HSL0.590.730.43
HSV212°84°74°
CMYK 0.840.450.00   0.26
XYZ14.671013.850850.0443
Yxy13.85080.18670.1763
Hunter Lab37.21675.2365-53.6741
CIE-Lab44.01829.5122-50.8662

#1e68bd color RGB value is (30,104,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 01101000 10111101
Octal 36 150 275
Decimal 30 104 189
Hex 1E 68 BD

RGB Percentages of Color #1e68bd

%9.29
%32.20
%58.51

CMYK Percentages of Color #1e68bd

%84
%45
%0
%26

Triadic Colors of #1e68bd

#1e68bd #bd1e68 #68bd1e

Analogous Colors of #1e68bd

#1e68bd #231ebd #1eb8bd

Monochromatic Colors of #1e68bd

#1e68bd

Complementary Color

#1e68bd #bd731e

#1e68bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e68bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e68bd Color CSS Codes

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

#1e68bd Text Font Color

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

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


#1e68bd Background Color

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

This div background color is #1e68bd


#1e68bd Border Color

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

This div border color is #1e68bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,104,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 #1e68bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e68bd


Comments

No comments written yet.

Please login to write comment.