COLOR #1A7EE9

HEX: #1A7EE9
RGB: (26,126,233)

Color info

#1A7EE9 contains mainly blue color. Web safe color of #1A7EE9 is #0066FF (or #06F).

RGB color model

#1A7EE9 color RGB value is (26,126,233).

  • red value is 26;
  • green value is 126;
  • blue value is 233.
RGB:
(26,126,233)
(10%,49%,91%)

RGB channels and saturation

R 26 of 255 = 10%
G 126 of 255 = 49%
B 233 of 255 = 91%

26
126
233

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

Portions of RGB colors in percentages

R + G + B =
26 + 126 + 233 = 385 (100%)
R 26 of 385 ~ 6.75%
G 126 of 385 ~ 32.73%
B 233 of 385 ~ 60.52%

%32.73
%60.52

CMYK color model

#1A7EE9 color CMYK value is (89,46,0,9).

  • cyan value is 88.84%
  • magenta value is 45.92%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(89,46,0,9)
C89M46Y0K9 
(89%,46%,0%,9%)
(0.89/0.46/0.00/0.09)	

CMYK percentages

%88.84
%45.92
%0
%8.63

Codes

Color #1A7EE9 in popluar color models

1A7EE9
RGB26126233
HSL211°82.47%50.78%
HSB/HSV211°88.84%91.37%
CMYK88.84%45.92%0.00%
8.63%

Color #1A7EE9 in popluar number systems.

HEX1A7EE9
Decimal26126233
Binary11010111111011101001
Octal32176351

Shades and tints

Shades of #1A7EE9

#1A7EE9
(26,126,233)
#1873D4
(24,115,212)
#1668BF
(22,104,191)
#145DAA
(20,93,170)
#125295
(18,82,149)
#104780
(16,71,128)
#0E3C6B
(14,60,107)
#0C3156
(12,49,86)
#0A2641
(10,38,65)
#081B2C
(8,27,44)
#061017
(6,16,23)
#000000
(0,0,0)

Tints of #1A7EE9

#1A7EE9
(26,126,233)
#2E89EB
(46,137,235)
#4294ED
(66,148,237)
#569FEF
(86,159,239)
#6AAAF1
(106,170,241)
#7EB5F3
(126,181,243)
#92C0F5
(146,192,245)
#A6CBF7
(166,203,247)
#BAD6F9
(186,214,249)
#CEE1FB
(206,225,251)
#E2ECFD
(226,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A7EE9 color. Also use rgb(26,126,233) instead hex code.

Text Font Color

.myTextColor { color: #1A7EE9; }

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

This text font color is #1A7EE9.


Background Color

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

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

This div background color is #1A7EE9.


Border color

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

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

This div border color is #1A7EE9.


Opacity

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

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

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

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

This text has shadow with #1A7EE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A7EE9 on black background.


Color preview on white background

This text has color #1A7EE9 on white background.



Black color preview on #1A7EE9 background

This text has black color on #1A7EE9 background.


White color preview on #1A7EE9 background

This text has white color on #1A7EE9 background.