COLOR #1E8EC5

HEX: #1E8EC5
RGB: (30,142,197)

Color info

#1E8EC5 contains mainly green and blue colors. Web safe color of #1E8EC5 is #3399CC (or #39C).

RGB color model

#1E8EC5 color RGB value is (30,142,197).

  • red value is 30;
  • green value is 142;
  • blue value is 197.
RGB:
(30,142,197)
(12%,56%,77%)

RGB channels and saturation

R 30 of 255 = 12%
G 142 of 255 = 56%
B 197 of 255 = 77%

30
142
197

R + G + B ~ 48%. #1E8EC5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
30 + 142 + 197 = 369 (100%)
R 30 of 369 ~ 8.13%
G 142 of 369 ~ 38.48%
B 197 of 369 ~ 53.39%

%38.48
%53.39

CMYK color model

#1E8EC5 color CMYK value is (85,28,0,23).

  • cyan value is 84.77%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(85,28,0,23)
C85M28Y0K23 
(85%,28%,0%,23%)
(0.85/0.28/0.00/0.23)	

CMYK percentages

%84.77
%27.92
%0
%22.75

Codes

Color #1E8EC5 in popluar color models

1E8EC5
RGB30142197
HSL200°73.57%44.51%
HSB/HSV200°84.77%77.25%
CMYK84.77%27.92%0.00%
22.75%

Color #1E8EC5 in popluar number systems.

HEX1E8EC5
Decimal30142197
Binary111101000111011000101
Octal36216305

Shades and tints

Shades of #1E8EC5

#1E8EC5
(30,142,197)
#1C82B4
(28,130,180)
#1A76A3
(26,118,163)
#186A92
(24,106,146)
#165E81
(22,94,129)
#145270
(20,82,112)
#12465F
(18,70,95)
#103A4E
(16,58,78)
#0E2E3D
(14,46,61)
#0C222C
(12,34,44)
#0A161B
(10,22,27)
#000000
(0,0,0)

Tints of #1E8EC5

#1E8EC5
(30,142,197)
#3298CA
(50,152,202)
#46A2CF
(70,162,207)
#5AACD4
(90,172,212)
#6EB6D9
(110,182,217)
#82C0DE
(130,192,222)
#96CAE3
(150,202,227)
#AAD4E8
(170,212,232)
#BEDEED
(190,222,237)
#D2E8F2
(210,232,242)
#E6F2F7
(230,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E8EC5 color. Also use rgb(30,142,197) instead hex code.

Text Font Color

.myTextColor { color: #1E8EC5; }

<p style="color:#1E8EC5">This sample text font color is #1E8EC5.</p>

This text font color is #1E8EC5.


Background Color

.myBgColor { background-color: #1E8EC5; }

<div style="background-color:#1E8EC5">Inner text</div>

This div background color is #1E8EC5.


Border color

.myBorderColor { border: 1px solid #1E8EC5; }

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

This div border color is #1E8EC5.


Opacity

.myOpacity80 { color: #1E8EC5; opacity: 0.8; }

<p style="color:#1E8EC5;opacity:0.8;">80%</p>

Text with #1E8EC5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1E8EC5;}

<p style="text-shadow: 3px 3px 1px #1E8EC5">Text here.</p>

This text has shadow with #1E8EC5 color.

.textShadow {text-shadow: 3px 3px 1px #1E8EC5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1E8EC5, 5px 5px 20px red">Text here.</p>

This text has shadow with #1E8EC5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1E8EC5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1E8EC5, Direction=45, Strength=4)">Text</p>

This text has shadow with #1E8EC5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1E8EC5;
  -webkit-box-shadow:	1px 1px 3px 2px #1E8EC5;
  box-shadow:		1px 1px 3px 2px #1E8EC5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1E8EC5;
-webkit-box-shadow: 1px 1px 3px 2px #1E8EC5;
box-shadow:1px 1px 3px 2px #1E8EC5;">
Div content here</div>
This div box has shadow with color #1E8EC5.

Preview

Color preview on black background

This text has color #1E8EC5 on black background.


Color preview on white background

This text has color #1E8EC5 on white background.



Black color preview on #1E8EC5 background

This text has black color on #1E8EC5 background.


White color preview on #1E8EC5 background

This text has white color on #1E8EC5 background.