COLOR #1492EE

HEX: #1492EE
RGB: (20,146,238)

Color info

#1492EE contains mainly blue color. Web safe color of #1492EE is #0099FF (or #09F).

RGB color model

#1492EE color RGB value is (20,146,238).

  • red value is 20;
  • green value is 146;
  • blue value is 238.
RGB:
(20,146,238)
(8%,57%,93%)

RGB channels and saturation

R 20 of 255 = 8%
G 146 of 255 = 57%
B 238 of 255 = 93%

20
146
238

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

Portions of RGB colors in percentages

R + G + B =
20 + 146 + 238 = 404 (100%)
R 20 of 404 ~ 4.95%
G 146 of 404 ~ 36.14%
B 238 of 404 ~ 58.91%

%36.14
%58.91

CMYK color model

#1492EE color CMYK value is (92,39,0,7).

  • cyan value is 91.60%
  • magenta value is 38.66%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(92,39,0,7)
C92M39Y0K7 
(92%,39%,0%,7%)
(0.92/0.39/0.00/0.07)	

CMYK percentages

%91.6
%38.66
%0
%6.67

Codes

Color #1492EE in popluar color models

1492EE
RGB20146238
HSL205°86.51%50.59%
HSB/HSV205°91.60%93.33%
CMYK91.60%38.66%0.00%
6.67%

Color #1492EE in popluar number systems.

HEX1492EE
Decimal20146238
Binary101001001001011101110
Octal24222356

Shades and tints

Shades of #1492EE

#1492EE
(20,146,238)
#1385D9
(19,133,217)
#1278C4
(18,120,196)
#116BAF
(17,107,175)
#105E9A
(16,94,154)
#0F5185
(15,81,133)
#0E4470
(14,68,112)
#0D375B
(13,55,91)
#0C2A46
(12,42,70)
#0B1D31
(11,29,49)
#0A101C
(10,16,28)
#000000
(0,0,0)

Tints of #1492EE

#1492EE
(20,146,238)
#299BEF
(41,155,239)
#3EA4F0
(62,164,240)
#53ADF1
(83,173,241)
#68B6F2
(104,182,242)
#7DBFF3
(125,191,243)
#92C8F4
(146,200,244)
#A7D1F5
(167,209,245)
#BCDAF6
(188,218,246)
#D1E3F7
(209,227,247)
#E6ECF8
(230,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1492EE color. Also use rgb(20,146,238) instead hex code.

Text Font Color

.myTextColor { color: #1492EE; }

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

This text font color is #1492EE.


Background Color

.myBgColor { background-color: #1492EE; }

<div style="background-color:#1492EE">Inner text</div>

This div background color is #1492EE.


Border color

.myBorderColor { border: 1px solid #1492EE; }

<div style="border:3px solid #1492EE">Div</div>

This div border color is #1492EE.


Opacity

.myOpacity80 { color: #1492EE; opacity: 0.8; }

<p style="color:#1492EE;opacity:0.8;">80%</p>

Text with #1492EE 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 #1492EE;}

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

This text has shadow with #1492EE color.

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

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

This text has shadow with #1492EE primary color and red secondary color.


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

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

This text has shadow with #1492EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1492EE on black background.


Color preview on white background

This text has color #1492EE on white background.



Black color preview on #1492EE background

This text has black color on #1492EE background.


White color preview on #1492EE background

This text has white color on #1492EE background.