COLOR #1A86E6

HEX: #1A86E6
RGB: (26,134,230)

Color info

#1A86E6 contains mainly blue color. Web safe color of #1A86E6 is #0099CC (or #09C).

RGB color model

#1A86E6 color RGB value is (26,134,230).

  • red value is 26;
  • green value is 134;
  • blue value is 230.
RGB:
(26,134,230)
(10%,53%,90%)

RGB channels and saturation

R 26 of 255 = 10%
G 134 of 255 = 53%
B 230 of 255 = 90%

26
134
230

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

Portions of RGB colors in percentages

R + G + B =
26 + 134 + 230 = 390 (100%)
R 26 of 390 ~ 6.67%
G 134 of 390 ~ 34.36%
B 230 of 390 ~ 58.97%

%34.36
%58.97

CMYK color model

#1A86E6 color CMYK value is (89,42,0,10).

  • cyan value is 88.70%
  • magenta value is 41.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(89,42,0,10)
C89M42Y0K10 
(89%,42%,0%,10%)
(0.89/0.42/0.00/0.10)	

CMYK percentages

%88.7
%41.74
%0
%9.8

Codes

Color #1A86E6 in popluar color models

1A86E6
RGB26134230
HSL208°80.31%50.20%
HSB/HSV208°88.70%90.20%
CMYK88.70%41.74%0.00%
9.80%

Color #1A86E6 in popluar number systems.

HEX1A86E6
Decimal26134230
Binary110101000011011100110
Octal32206346

Shades and tints

Shades of #1A86E6

#1A86E6
(26,134,230)
#187AD2
(24,122,210)
#166EBE
(22,110,190)
#1462AA
(20,98,170)
#125696
(18,86,150)
#104A82
(16,74,130)
#0E3E6E
(14,62,110)
#0C325A
(12,50,90)
#0A2646
(10,38,70)
#081A32
(8,26,50)
#060E1E
(6,14,30)
#000000
(0,0,0)

Tints of #1A86E6

#1A86E6
(26,134,230)
#2E91E8
(46,145,232)
#429CEA
(66,156,234)
#56A7EC
(86,167,236)
#6AB2EE
(106,178,238)
#7EBDF0
(126,189,240)
#92C8F2
(146,200,242)
#A6D3F4
(166,211,244)
#BADEF6
(186,222,246)
#CEE9F8
(206,233,248)
#E2F4FA
(226,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A86E6 color. Also use rgb(26,134,230) instead hex code.

Text Font Color

.myTextColor { color: #1A86E6; }

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

This text font color is #1A86E6.


Background Color

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

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

This div background color is #1A86E6.


Border color

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

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

This div border color is #1A86E6.


Opacity

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

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

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

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

This text has shadow with #1A86E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A86E6 on black background.


Color preview on white background

This text has color #1A86E6 on white background.



Black color preview on #1A86E6 background

This text has black color on #1A86E6 background.


White color preview on #1A86E6 background

This text has white color on #1A86E6 background.