COLOR #1497F2

HEX: #1497F2
RGB: (20,151,242)

Color info

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

RGB color model

#1497F2 color RGB value is (20,151,242).

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

RGB channels and saturation

R 20 of 255 = 8%
G 151 of 255 = 59%
B 242 of 255 = 95%

20
151
242

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

Portions of RGB colors in percentages

R + G + B =
20 + 151 + 242 = 413 (100%)
R 20 of 413 ~ 4.84%
G 151 of 413 ~ 36.56%
B 242 of 413 ~ 58.6%

%36.56
%58.6

CMYK color model

#1497F2 color CMYK value is (92,38,0,5).

  • cyan value is 91.74%
  • magenta value is 37.60%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(92,38,0,5)
C92M38Y0K5 
(92%,38%,0%,5%)
(0.92/0.38/0.00/0.05)	

CMYK percentages

%91.74
%37.6
%0
%5.1

Codes

Color #1497F2 in popluar color models

1497F2
RGB20151242
HSL205°89.52%51.37%
HSB/HSV205°91.74%94.90%
CMYK91.74%37.60%0.00%
5.10%

Color #1497F2 in popluar number systems.

HEX1497F2
Decimal20151242
Binary101001001011111110010
Octal24227362

Shades and tints

Shades of #1497F2

#1497F2
(20,151,242)
#138ADC
(19,138,220)
#127DC6
(18,125,198)
#1170B0
(17,112,176)
#10639A
(16,99,154)
#0F5684
(15,86,132)
#0E496E
(14,73,110)
#0D3C58
(13,60,88)
#0C2F42
(12,47,66)
#0B222C
(11,34,44)
#0A1516
(10,21,22)
#000000
(0,0,0)

Tints of #1497F2

#1497F2
(20,151,242)
#29A0F3
(41,160,243)
#3EA9F4
(62,169,244)
#53B2F5
(83,178,245)
#68BBF6
(104,187,246)
#7DC4F7
(125,196,247)
#92CDF8
(146,205,248)
#A7D6F9
(167,214,249)
#BCDFFA
(188,223,250)
#D1E8FB
(209,232,251)
#E6F1FC
(230,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1497F2; }

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

This text font color is #1497F2.


Background Color

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

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

This div background color is #1497F2.


Border color

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

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

This div border color is #1497F2.


Opacity

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

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

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

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

This text has shadow with #1497F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1497F2 on black background.


Color preview on white background

This text has color #1497F2 on white background.



Black color preview on #1497F2 background

This text has black color on #1497F2 background.


White color preview on #1497F2 background

This text has white color on #1497F2 background.