COLOR #1E59D4

HEX: #1E59D4
RGB: (30,89,212)

Color info

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

RGB color model

#1E59D4 color RGB value is (30,89,212).

  • red value is 30;
  • green value is 89;
  • blue value is 212.
RGB:
(30,89,212)
(12%,35%,83%)

RGB channels and saturation

R 30 of 255 = 12%
G 89 of 255 = 35%
B 212 of 255 = 83%

30
89
212

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

Portions of RGB colors in percentages

R + G + B =
30 + 89 + 212 = 331 (100%)
R 30 of 331 ~ 9.06%
G 89 of 331 ~ 26.89%
B 212 of 331 ~ 64.05%

%26.89
%64.05

CMYK color model

#1E59D4 color CMYK value is (86,58,0,17).

  • cyan value is 85.85%
  • magenta value is 58.02%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(86,58,0,17)
C86M58Y0K17 
(86%,58%,0%,17%)
(0.86/0.58/0.00/0.17)	

CMYK percentages

%85.85
%58.02
%0
%16.86

Codes

Color #1E59D4 in popluar color models

1E59D4
RGB3089212
HSL221°75.21%47.45%
HSB/HSV221°85.85%83.14%
CMYK85.85%58.02%0.00%
16.86%

Color #1E59D4 in popluar number systems.

HEX1E59D4
Decimal3089212
Binary11110101100111010100
Octal36131324

Shades and tints

Shades of #1E59D4

#1E59D4
(30,89,212)
#1C51C1
(28,81,193)
#1A49AE
(26,73,174)
#18419B
(24,65,155)
#163988
(22,57,136)
#143175
(20,49,117)
#122962
(18,41,98)
#10214F
(16,33,79)
#0E193C
(14,25,60)
#0C1129
(12,17,41)
#0A0916
(10,9,22)
#000000
(0,0,0)

Tints of #1E59D4

#1E59D4
(30,89,212)
#3268D7
(50,104,215)
#4677DA
(70,119,218)
#5A86DD
(90,134,221)
#6E95E0
(110,149,224)
#82A4E3
(130,164,227)
#96B3E6
(150,179,230)
#AAC2E9
(170,194,233)
#BED1EC
(190,209,236)
#D2E0EF
(210,224,239)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E59D4 color. Also use rgb(30,89,212) instead hex code.

Text Font Color

.myTextColor { color: #1E59D4; }

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

This text font color is #1E59D4.


Background Color

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

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

This div background color is #1E59D4.


Border color

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

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

This div border color is #1E59D4.


Opacity

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

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

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

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

This text has shadow with #1E59D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E59D4 on black background.


Color preview on white background

This text has color #1E59D4 on white background.



Black color preview on #1E59D4 background

This text has black color on #1E59D4 background.


White color preview on #1E59D4 background

This text has white color on #1E59D4 background.