COLOR #1A5ED7

HEX: #1A5ED7
RGB: (26,94,215)

Color info

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

RGB color model

#1A5ED7 color RGB value is (26,94,215).

  • red value is 26;
  • green value is 94;
  • blue value is 215.
RGB:
(26,94,215)
(10%,37%,84%)

RGB channels and saturation

R 26 of 255 = 10%
G 94 of 255 = 37%
B 215 of 255 = 84%

26
94
215

R + G + B ~ 44%. #1A5ED7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
26 + 94 + 215 = 335 (100%)
R 26 of 335 ~ 7.76%
G 94 of 335 ~ 28.06%
B 215 of 335 ~ 64.18%

%28.06
%64.18

CMYK color model

#1A5ED7 color CMYK value is (88,56,0,16).

  • cyan value is 87.91%
  • magenta value is 56.28%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(88,56,0,16)
C88M56Y0K16 
(88%,56%,0%,16%)
(0.88/0.56/0.00/0.16)	

CMYK percentages

%87.91
%56.28
%0
%15.69

Codes

Color #1A5ED7 in popluar color models

1A5ED7
RGB2694215
HSL218°78.42%47.25%
HSB/HSV218°87.91%84.31%
CMYK87.91%56.28%0.00%
15.69%

Color #1A5ED7 in popluar number systems.

HEX1A5ED7
Decimal2694215
Binary11010101111011010111
Octal32136327

Shades and tints

Shades of #1A5ED7

#1A5ED7
(26,94,215)
#1856C4
(24,86,196)
#164EB1
(22,78,177)
#14469E
(20,70,158)
#123E8B
(18,62,139)
#103678
(16,54,120)
#0E2E65
(14,46,101)
#0C2652
(12,38,82)
#0A1E3F
(10,30,63)
#08162C
(8,22,44)
#060E19
(6,14,25)
#000000
(0,0,0)

Tints of #1A5ED7

#1A5ED7
(26,94,215)
#2E6CDA
(46,108,218)
#427ADD
(66,122,221)
#5688E0
(86,136,224)
#6A96E3
(106,150,227)
#7EA4E6
(126,164,230)
#92B2E9
(146,178,233)
#A6C0EC
(166,192,236)
#BACEEF
(186,206,239)
#CEDCF2
(206,220,242)
#E2EAF5
(226,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A5ED7 color. Also use rgb(26,94,215) instead hex code.

Text Font Color

.myTextColor { color: #1A5ED7; }

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

This text font color is #1A5ED7.


Background Color

.myBgColor { background-color: #1A5ED7; }

<div style="background-color:#1A5ED7">Inner text</div>

This div background color is #1A5ED7.


Border color

.myBorderColor { border: 1px solid #1A5ED7; }

<div style="border:3px solid #1A5ED7">Div</div>

This div border color is #1A5ED7.


Opacity

.myOpacity80 { color: #1A5ED7; opacity: 0.8; }

<p style="color:#1A5ED7;opacity:0.8;">80%</p>

Text with #1A5ED7 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 #1A5ED7;}

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

This text has shadow with #1A5ED7 color.

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

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

This text has shadow with #1A5ED7 primary color and red secondary color.


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

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

This text has shadow with #1A5ED7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A5ED7 on black background.


Color preview on white background

This text has color #1A5ED7 on white background.



Black color preview on #1A5ED7 background

This text has black color on #1A5ED7 background.


White color preview on #1A5ED7 background

This text has white color on #1A5ED7 background.