COLOR #116EFB

HEX: #116EFB
RGB: (17,110,251)

Color info

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

RGB color model

#116EFB color RGB value is (17,110,251).

  • red value is 17;
  • green value is 110;
  • blue value is 251.
RGB:
(17,110,251)
(7%,43%,98%)

RGB channels and saturation

R 17 of 255 = 7%
G 110 of 255 = 43%
B 251 of 255 = 98%

17
110
251

R + G + B ~ 49%. #116EFB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 110 + 251 = 378 (100%)
R 17 of 378 ~ 4.5%
G 110 of 378 ~ 29.1%
B 251 of 378 ~ 66.4%

%29.1
%66.4

CMYK color model

#116EFB color CMYK value is (93,56,0,2).

  • cyan value is 93.23%
  • magenta value is 56.18%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(93,56,0,2)
C93M56Y0K2 
(93%,56%,0%,2%)
(0.93/0.56/0.00/0.02)	

CMYK percentages

%93.23
%56.18
%0
%1.57

Codes

Color #116EFB in popluar color models

116EFB
RGB17110251
HSL216°96.69%52.55%
HSB/HSV216°93.23%98.43%
CMYK93.23%56.18%0.00%
1.57%

Color #116EFB in popluar number systems.

HEX116EFB
Decimal17110251
Binary10001110111011111011
Octal21156373

Shades and tints

Shades of #116EFB

#116EFB
(17,110,251)
#1064E5
(16,100,229)
#0F5ACF
(15,90,207)
#0E50B9
(14,80,185)
#0D46A3
(13,70,163)
#0C3C8D
(12,60,141)
#0B3277
(11,50,119)
#0A2861
(10,40,97)
#091E4B
(9,30,75)
#081435
(8,20,53)
#070A1F
(7,10,31)
#000000
(0,0,0)

Tints of #116EFB

#116EFB
(17,110,251)
#267BFB
(38,123,251)
#3B88FB
(59,136,251)
#5095FB
(80,149,251)
#65A2FB
(101,162,251)
#7AAFFB
(122,175,251)
#8FBCFB
(143,188,251)
#A4C9FB
(164,201,251)
#B9D6FB
(185,214,251)
#CEE3FB
(206,227,251)
#E3F0FB
(227,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116EFB color. Also use rgb(17,110,251) instead hex code.

Text Font Color

.myTextColor { color: #116EFB; }

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

This text font color is #116EFB.


Background Color

.myBgColor { background-color: #116EFB; }

<div style="background-color:#116EFB">Inner text</div>

This div background color is #116EFB.


Border color

.myBorderColor { border: 1px solid #116EFB; }

<div style="border:3px solid #116EFB">Div</div>

This div border color is #116EFB.


Opacity

.myOpacity80 { color: #116EFB; opacity: 0.8; }

<p style="color:#116EFB;opacity:0.8;">80%</p>

Text with #116EFB 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 #116EFB;}

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

This text has shadow with #116EFB color.

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

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

This text has shadow with #116EFB primary color and red secondary color.


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

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

This text has shadow with #116EFB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #116EFB on black background.


Color preview on white background

This text has color #116EFB on white background.



Black color preview on #116EFB background

This text has black color on #116EFB background.


White color preview on #116EFB background

This text has white color on #116EFB background.