COLOR #1A71FB

HEX: #1A71FB
RGB: (26,113,251)

Color info

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

RGB color model

#1A71FB color RGB value is (26,113,251).

  • red value is 26;
  • green value is 113;
  • blue value is 251.
RGB:
(26,113,251)
(10%,44%,98%)

RGB channels and saturation

R 26 of 255 = 10%
G 113 of 255 = 44%
B 251 of 255 = 98%

26
113
251

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

Portions of RGB colors in percentages

R + G + B =
26 + 113 + 251 = 390 (100%)
R 26 of 390 ~ 6.67%
G 113 of 390 ~ 28.97%
B 251 of 390 ~ 64.36%

%28.97
%64.36

CMYK color model

#1A71FB color CMYK value is (90,55,0,2).

  • cyan value is 89.64%
  • magenta value is 54.98%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(90,55,0,2)
C90M55Y0K2 
(90%,55%,0%,2%)
(0.90/0.55/0.00/0.02)	

CMYK percentages

%89.64
%54.98
%0
%1.57

Codes

Color #1A71FB in popluar color models

1A71FB
RGB26113251
HSL217°96.57%54.31%
HSB/HSV217°89.64%98.43%
CMYK89.64%54.98%0.00%
1.57%

Color #1A71FB in popluar number systems.

HEX1A71FB
Decimal26113251
Binary11010111000111111011
Octal32161373

Shades and tints

Shades of #1A71FB

#1A71FB
(26,113,251)
#1867E5
(24,103,229)
#165DCF
(22,93,207)
#1453B9
(20,83,185)
#1249A3
(18,73,163)
#103F8D
(16,63,141)
#0E3577
(14,53,119)
#0C2B61
(12,43,97)
#0A214B
(10,33,75)
#081735
(8,23,53)
#060D1F
(6,13,31)
#000000
(0,0,0)

Tints of #1A71FB

#1A71FB
(26,113,251)
#2E7DFB
(46,125,251)
#4289FB
(66,137,251)
#5695FB
(86,149,251)
#6AA1FB
(106,161,251)
#7EADFB
(126,173,251)
#92B9FB
(146,185,251)
#A6C5FB
(166,197,251)
#BAD1FB
(186,209,251)
#CEDDFB
(206,221,251)
#E2E9FB
(226,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A71FB color. Also use rgb(26,113,251) instead hex code.

Text Font Color

.myTextColor { color: #1A71FB; }

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

This text font color is #1A71FB.


Background Color

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

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

This div background color is #1A71FB.


Border color

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

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

This div border color is #1A71FB.


Opacity

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

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

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

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

This text has shadow with #1A71FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A71FB on black background.


Color preview on white background

This text has color #1A71FB on white background.



Black color preview on #1A71FB background

This text has black color on #1A71FB background.


White color preview on #1A71FB background

This text has white color on #1A71FB background.