COLOR #1497D8

HEX: #1497D8
RGB: (20,151,216)

Color info

#1497D8 contains mainly blue color. Web safe color of #1497D8 is #0099CC (or #09C).

RGB color model

#1497D8 color RGB value is (20,151,216).

  • red value is 20;
  • green value is 151;
  • blue value is 216.
RGB:
(20,151,216)
(8%,59%,85%)

RGB channels and saturation

R 20 of 255 = 8%
G 151 of 255 = 59%
B 216 of 255 = 85%

20
151
216

R + G + B ~ 51%. #1497D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 151 + 216 = 387 (100%)
R 20 of 387 ~ 5.17%
G 151 of 387 ~ 39.02%
B 216 of 387 ~ 55.81%

%39.02
%55.81

CMYK color model

#1497D8 color CMYK value is (91,30,0,15).

  • cyan value is 90.74%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(91,30,0,15)
C91M30Y0K15 
(91%,30%,0%,15%)
(0.91/0.30/0.00/0.15)	

CMYK percentages

%90.74
%30.09
%0
%15.29

Codes

Color #1497D8 in popluar color models

1497D8
RGB20151216
HSL200°83.05%46.27%
HSB/HSV200°90.74%84.71%
CMYK90.74%30.09%0.00%
15.29%

Color #1497D8 in popluar number systems.

HEX1497D8
Decimal20151216
Binary101001001011111011000
Octal24227330

Shades and tints

Shades of #1497D8

#1497D8
(20,151,216)
#138AC5
(19,138,197)
#127DB2
(18,125,178)
#11709F
(17,112,159)
#10638C
(16,99,140)
#0F5679
(15,86,121)
#0E4966
(14,73,102)
#0D3C53
(13,60,83)
#0C2F40
(12,47,64)
#0B222D
(11,34,45)
#0A151A
(10,21,26)
#000000
(0,0,0)

Tints of #1497D8

#1497D8
(20,151,216)
#29A0DB
(41,160,219)
#3EA9DE
(62,169,222)
#53B2E1
(83,178,225)
#68BBE4
(104,187,228)
#7DC4E7
(125,196,231)
#92CDEA
(146,205,234)
#A7D6ED
(167,214,237)
#BCDFF0
(188,223,240)
#D1E8F3
(209,232,243)
#E6F1F6
(230,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1497D8 color. Also use rgb(20,151,216) instead hex code.

Text Font Color

.myTextColor { color: #1497D8; }

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

This text font color is #1497D8.


Background Color

.myBgColor { background-color: #1497D8; }

<div style="background-color:#1497D8">Inner text</div>

This div background color is #1497D8.


Border color

.myBorderColor { border: 1px solid #1497D8; }

<div style="border:3px solid #1497D8">Div</div>

This div border color is #1497D8.


Opacity

.myOpacity80 { color: #1497D8; opacity: 0.8; }

<p style="color:#1497D8;opacity:0.8;">80%</p>

Text with #1497D8 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 #1497D8;}

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

This text has shadow with #1497D8 color.

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

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

This text has shadow with #1497D8 primary color and red secondary color.


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

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

This text has shadow with #1497D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1497D8 on black background.


Color preview on white background

This text has color #1497D8 on white background.



Black color preview on #1497D8 background

This text has black color on #1497D8 background.


White color preview on #1497D8 background

This text has white color on #1497D8 background.