COLOR #1E82CC

HEX: #1E82CC
RGB: (30,130,204)

Color info

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

RGB color model

#1E82CC color RGB value is (30,130,204).

  • red value is 30;
  • green value is 130;
  • blue value is 204.
RGB:
(30,130,204)
(12%,51%,80%)

RGB channels and saturation

R 30 of 255 = 12%
G 130 of 255 = 51%
B 204 of 255 = 80%

30
130
204

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

Portions of RGB colors in percentages

R + G + B =
30 + 130 + 204 = 364 (100%)
R 30 of 364 ~ 8.24%
G 130 of 364 ~ 35.71%
B 204 of 364 ~ 56.04%

%35.71
%56.04

CMYK color model

#1E82CC color CMYK value is (85,36,0,20).

  • cyan value is 85.29%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(85,36,0,20)
C85M36Y0K20 
(85%,36%,0%,20%)
(0.85/0.36/0.00/0.20)	

CMYK percentages

%85.29
%36.27
%0
%20

Codes

Color #1E82CC in popluar color models

1E82CC
RGB30130204
HSL206°74.36%45.88%
HSB/HSV206°85.29%80.00%
CMYK85.29%36.27%0.00%
20.00%

Color #1E82CC in popluar number systems.

HEX1E82CC
Decimal30130204
Binary111101000001011001100
Octal36202314

Shades and tints

Shades of #1E82CC

#1E82CC
(30,130,204)
#1C77BA
(28,119,186)
#1A6CA8
(26,108,168)
#186196
(24,97,150)
#165684
(22,86,132)
#144B72
(20,75,114)
#124060
(18,64,96)
#10354E
(16,53,78)
#0E2A3C
(14,42,60)
#0C1F2A
(12,31,42)
#0A1418
(10,20,24)
#000000
(0,0,0)

Tints of #1E82CC

#1E82CC
(30,130,204)
#328DD0
(50,141,208)
#4698D4
(70,152,212)
#5AA3D8
(90,163,216)
#6EAEDC
(110,174,220)
#82B9E0
(130,185,224)
#96C4E4
(150,196,228)
#AACFE8
(170,207,232)
#BEDAEC
(190,218,236)
#D2E5F0
(210,229,240)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E82CC color. Also use rgb(30,130,204) instead hex code.

Text Font Color

.myTextColor { color: #1E82CC; }

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

This text font color is #1E82CC.


Background Color

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

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

This div background color is #1E82CC.


Border color

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

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

This div border color is #1E82CC.


Opacity

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

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

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

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

This text has shadow with #1E82CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E82CC on black background.


Color preview on white background

This text has color #1E82CC on white background.



Black color preview on #1E82CC background

This text has black color on #1E82CC background.


White color preview on #1E82CC background

This text has white color on #1E82CC background.