COLOR #1493FF

HEX: #1493FF
RGB: (20,147,255)

Color info

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

RGB color model

#1493FF color RGB value is (20,147,255).

  • red value is 20;
  • green value is 147;
  • blue value is 255.
RGB:
(20,147,255)
(8%,58%,100%)

RGB channels and saturation

R 20 of 255 = 8%
G 147 of 255 = 58%
B 255 of 255 = 100%

20
147
255

R + G + B ~ 55%. #1493FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 147 + 255 = 422 (100%)
R 20 of 422 ~ 4.74%
G 147 of 422 ~ 34.83%
B 255 of 422 ~ 60.43%

%34.83
%60.43

CMYK color model

#1493FF color CMYK value is (92,42,0,0).

  • cyan value is 92.16%
  • magenta value is 42.35%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(92,42,0,0)
C92M42Y0K0 
(92%,42%,0%,0%)
(0.92/0.42/0.00/0.00)	

CMYK percentages

%92.16
%42.35
%0
%0

Codes

Color #1493FF in popluar color models

1493FF
RGB20147255
HSL208°100.00%53.92%
HSB/HSV208°92.16%100.00%
CMYK92.16%42.35%0.00%
0.00%

Color #1493FF in popluar number systems.

HEX1493FF
Decimal20147255
Binary101001001001111111111
Octal24223377

Shades and tints

Shades of #1493FF

#1493FF
(20,147,255)
#1386E8
(19,134,232)
#1279D1
(18,121,209)
#116CBA
(17,108,186)
#105FA3
(16,95,163)
#0F528C
(15,82,140)
#0E4575
(14,69,117)
#0D385E
(13,56,94)
#0C2B47
(12,43,71)
#0B1E30
(11,30,48)
#0A1119
(10,17,25)
#000000
(0,0,0)

Tints of #1493FF

#1493FF
(20,147,255)
#299CFF
(41,156,255)
#3EA5FF
(62,165,255)
#53AEFF
(83,174,255)
#68B7FF
(104,183,255)
#7DC0FF
(125,192,255)
#92C9FF
(146,201,255)
#A7D2FF
(167,210,255)
#BCDBFF
(188,219,255)
#D1E4FF
(209,228,255)
#E6EDFF
(230,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1493FF color. Also use rgb(20,147,255) instead hex code.

Text Font Color

.myTextColor { color: #1493FF; }

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

This text font color is #1493FF.


Background Color

.myBgColor { background-color: #1493FF; }

<div style="background-color:#1493FF">Inner text</div>

This div background color is #1493FF.


Border color

.myBorderColor { border: 1px solid #1493FF; }

<div style="border:3px solid #1493FF">Div</div>

This div border color is #1493FF.


Opacity

.myOpacity80 { color: #1493FF; opacity: 0.8; }

<p style="color:#1493FF;opacity:0.8;">80%</p>

Text with #1493FF 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 #1493FF;}

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

This text has shadow with #1493FF color.

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

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

This text has shadow with #1493FF primary color and red secondary color.


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

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

This text has shadow with #1493FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1493FF on black background.


Color preview on white background

This text has color #1493FF on white background.



Black color preview on #1493FF background

This text has black color on #1493FF background.


White color preview on #1493FF background

This text has white color on #1493FF background.