COLOR #1455E1

HEX: #1455E1
RGB: (20,85,225)

Color info

#1455E1 contains mainly blue color. Web safe color of #1455E1 is #0066CC (or #06C).

RGB color model

#1455E1 color RGB value is (20,85,225).

  • red value is 20;
  • green value is 85;
  • blue value is 225.
RGB:
(20,85,225)
(8%,33%,88%)

RGB channels and saturation

R 20 of 255 = 8%
G 85 of 255 = 33%
B 225 of 255 = 88%

20
85
225

R + G + B ~ 43%. #1455E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 85 + 225 = 330 (100%)
R 20 of 330 ~ 6.06%
G 85 of 330 ~ 25.76%
B 225 of 330 ~ 68.18%

%25.76
%68.18

CMYK color model

#1455E1 color CMYK value is (91,62,0,12).

  • cyan value is 91.11%
  • magenta value is 62.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(91,62,0,12)
C91M62Y0K12 
(91%,62%,0%,12%)
(0.91/0.62/0.00/0.12)	

CMYK percentages

%91.11
%62.22
%0
%11.76

Codes

Color #1455E1 in popluar color models

1455E1
RGB2085225
HSL221°83.67%48.04%
HSB/HSV221°91.11%88.24%
CMYK91.11%62.22%0.00%
11.76%

Color #1455E1 in popluar number systems.

HEX1455E1
Decimal2085225
Binary10100101010111100001
Octal24125341

Shades and tints

Shades of #1455E1

#1455E1
(20,85,225)
#134ECD
(19,78,205)
#1247B9
(18,71,185)
#1140A5
(17,64,165)
#103991
(16,57,145)
#0F327D
(15,50,125)
#0E2B69
(14,43,105)
#0D2455
(13,36,85)
#0C1D41
(12,29,65)
#0B162D
(11,22,45)
#0A0F19
(10,15,25)
#000000
(0,0,0)

Tints of #1455E1

#1455E1
(20,85,225)
#2964E3
(41,100,227)
#3E73E5
(62,115,229)
#5382E7
(83,130,231)
#6891E9
(104,145,233)
#7DA0EB
(125,160,235)
#92AFED
(146,175,237)
#A7BEEF
(167,190,239)
#BCCDF1
(188,205,241)
#D1DCF3
(209,220,243)
#E6EBF5
(230,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1455E1 color. Also use rgb(20,85,225) instead hex code.

Text Font Color

.myTextColor { color: #1455E1; }

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

This text font color is #1455E1.


Background Color

.myBgColor { background-color: #1455E1; }

<div style="background-color:#1455E1">Inner text</div>

This div background color is #1455E1.


Border color

.myBorderColor { border: 1px solid #1455E1; }

<div style="border:3px solid #1455E1">Div</div>

This div border color is #1455E1.


Opacity

.myOpacity80 { color: #1455E1; opacity: 0.8; }

<p style="color:#1455E1;opacity:0.8;">80%</p>

Text with #1455E1 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 #1455E1;}

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

This text has shadow with #1455E1 color.

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

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

This text has shadow with #1455E1 primary color and red secondary color.


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

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

This text has shadow with #1455E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1455E1 on black background.


Color preview on white background

This text has color #1455E1 on white background.



Black color preview on #1455E1 background

This text has black color on #1455E1 background.


White color preview on #1455E1 background

This text has white color on #1455E1 background.