COLOR #1E9FDC

HEX: #1E9FDC
RGB: (30,159,220)

Color info

#1E9FDC contains mainly blue color. Web safe color of #1E9FDC is #3399CC (or #39C).

RGB color model

#1E9FDC color RGB value is (30,159,220).

  • red value is 30;
  • green value is 159;
  • blue value is 220.
RGB:
(30,159,220)
(12%,62%,86%)

RGB channels and saturation

R 30 of 255 = 12%
G 159 of 255 = 62%
B 220 of 255 = 86%

30
159
220

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

Portions of RGB colors in percentages

R + G + B =
30 + 159 + 220 = 409 (100%)
R 30 of 409 ~ 7.33%
G 159 of 409 ~ 38.88%
B 220 of 409 ~ 53.79%

%38.88
%53.79

CMYK color model

#1E9FDC color CMYK value is (86,28,0,14).

  • cyan value is 86.36%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(86,28,0,14)
C86M28Y0K14 
(86%,28%,0%,14%)
(0.86/0.28/0.00/0.14)	

CMYK percentages

%86.36
%27.73
%0
%13.73

Codes

Color #1E9FDC in popluar color models

1E9FDC
RGB30159220
HSL199°76.00%49.02%
HSB/HSV199°86.36%86.27%
CMYK86.36%27.73%0.00%
13.73%

Color #1E9FDC in popluar number systems.

HEX1E9FDC
Decimal30159220
Binary111101001111111011100
Octal36237334

Shades and tints

Shades of #1E9FDC

#1E9FDC
(30,159,220)
#1C91C8
(28,145,200)
#1A83B4
(26,131,180)
#1875A0
(24,117,160)
#16678C
(22,103,140)
#145978
(20,89,120)
#124B64
(18,75,100)
#103D50
(16,61,80)
#0E2F3C
(14,47,60)
#0C2128
(12,33,40)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #1E9FDC

#1E9FDC
(30,159,220)
#32A7DF
(50,167,223)
#46AFE2
(70,175,226)
#5AB7E5
(90,183,229)
#6EBFE8
(110,191,232)
#82C7EB
(130,199,235)
#96CFEE
(150,207,238)
#AAD7F1
(170,215,241)
#BEDFF4
(190,223,244)
#D2E7F7
(210,231,247)
#E6EFFA
(230,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E9FDC color. Also use rgb(30,159,220) instead hex code.

Text Font Color

.myTextColor { color: #1E9FDC; }

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

This text font color is #1E9FDC.


Background Color

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

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

This div background color is #1E9FDC.


Border color

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

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

This div border color is #1E9FDC.


Opacity

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

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

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

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

This text has shadow with #1E9FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E9FDC on black background.


Color preview on white background

This text has color #1E9FDC on white background.



Black color preview on #1E9FDC background

This text has black color on #1E9FDC background.


White color preview on #1E9FDC background

This text has white color on #1E9FDC background.