COLOR #1E73E4

HEX: #1E73E4 RGB: (30,115,228)

Color info

#1E73E4 contains mainly blue color. Web safe color of #1E73E4 is #3366CC (or #36C).

RGB color model

#1E73E4 color RGB value is (30,115,228).

RGB: (30,115,228) (12%, 45%, 89%)

RGB channels and saturation

R 30 of 255 = 12%
G 115 of 255 = 45%
B 228 of 255 = 89%

30
115
228

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

Portions of RGB colors in percentages

R + G + B = 30 + 115 + 228 = 373 (100%)
R 30 of 373 ~ 8.04%
G 115 of 373 ~ 30.83%
B 228 of 373 ~ 61.13'%

%30.83
%61.13

CMYK color model

#1E73E4 color CMYK value is (87,50,0,11).

  • cyan value is 86.84%
  • magenta value is 49.56%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (87,50,0,11)
C87M50Y0K11 (87%, 50%, 0%, 11%)
(0.87 / 0.50 / 0.00 / 0.11)

CMYK percentages

%86.84
%49.56
%0
%10.59

Codes

Color #1E73E4 in popluar color models

1E 73 E4
RGB 30 115 228
HSL 214° 78.57% 50.59%
HSB/HSV 214° 86.84% 89.41%
CMYK 86.84% 49.56% 0.00%
10.59%

Color #1E73E4 in popluar number systems.

HEX 1E 73 E4
Decimal 30 115 228
Binary 11110 1110011 11100100
Octal 36 163 344

Shades and tints

Shades of #1E73E4

#1E73E4
(30,115,228)
#1C69D0
(28,105,208)
#1A5FBC
(26,95,188)
#1855A8
(24,85,168)
#164B94
(22,75,148)
#144180
(20,65,128)
#12376C
(18,55,108)
#102D58
(16,45,88)
#0E2344
(14,35,68)
#0C1930
(12,25,48)
#0A0F1C
(10,15,28)
#000000
(0,0,0)

Tints of #1E73E4

#1E73E4
(30,115,228)
#327FE6
(50,127,230)
#468BE8
(70,139,232)
#5A97EA
(90,151,234)
#6EA3EC
(110,163,236)
#82AFEE
(130,175,238)
#96BBF0
(150,187,240)
#AAC7F2
(170,199,242)
#BED3F4
(190,211,244)
#D2DFF6
(210,223,246)
#E6EBF8
(230,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E73E4 color. Also use rgb(30,115,228) instead hex code.

Text Font Color

.myTextColor { color: #1E73E4; }

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

This text font color is #1E73E4.

Background Color

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

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

This div background color is #1E73E4.

Border color

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

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

This div border color is #1E73E4.

Opacity

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

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

Text with #1E73E4 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 #1E73E4;}

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

This text has shadow with #1E73E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E73E4.

Preview

Color preview on black background

This text has color #1E73E4 on black background.


Color preview on white background

This text has color #1E73E4 on white background.


Black color preview on #1E73E4 background

This text has black color on #1E73E4 background.


White color preview on #1E73E4 background

This text has white color on #1E73E4 background.


Related colors

Complementary color

Complementary color for #hex is #E18C1B.


I love getcolorcode.com

Triadic colors

1 #E41E73 and #73E41E with #1E73E4 are triadic colors.

2 #E4731E and #731EE4 with #1E73E4 are triadic colors.