Color Hex Logo

#1e6bdd Color Hex

#1E6BDD
(30,107,221)
0 Favorites   0 Comments

Color spaces of #1e6bdd

RGB 30107221
HSL0.600.760.49
HSV216°86°87°
CMYK 0.860.520.00   0.13
XYZ18.844316.011970.5040
Yxy16.01190.17890.1520
Hunter Lab40.014914.0354-76.4553
CIE-Lab46.990120.0438-64.4237

#1e6bdd color RGB value is (30,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 01101011 11011101
Octal 36 153 335
Decimal 30 107 221
Hex 1E 6B DD

RGB Percentages of Color #1e6bdd

%8.38
%29.89
%61.73

CMYK Percentages of Color #1e6bdd

%86
%52
%0
%13

Triadic Colors of #1e6bdd

#1e6bdd #dd1e6b #6bdd1e

Analogous Colors of #1e6bdd

#1e6bdd #311edd #1ecbdd

Monochromatic Colors of #1e6bdd

#1e6bdd

Complementary Color

#1e6bdd #dd901e

#1e6bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e6bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e6bdd Color CSS Codes

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

#1e6bdd Text Font Color

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

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


#1e6bdd Background Color

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

This div background color is #1e6bdd


#1e6bdd Border Color

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

This div border color is #1e6bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e6bdd


Comments

No comments written yet.

Please login to write comment.