COLOR #11A4F8

HEX: #11A4F8
RGB: (17,164,248)

Color info

#11A4F8 contains mainly blue color. Web safe color of #11A4F8 is #0099FF (or #09F).

RGB color model

#11A4F8 color RGB value is (17,164,248).

  • red value is 17;
  • green value is 164;
  • blue value is 248.
RGB:
(17,164,248)
(7%,64%,97%)

RGB channels and saturation

R 17 of 255 = 7%
G 164 of 255 = 64%
B 248 of 255 = 97%

17
164
248

R + G + B ~ 56%. #11A4F8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 164 + 248 = 429 (100%)
R 17 of 429 ~ 3.96%
G 164 of 429 ~ 38.23%
B 248 of 429 ~ 57.81%

%38.23
%57.81

CMYK color model

#11A4F8 color CMYK value is (93,34,0,3).

  • cyan value is 93.15%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(93,34,0,3)
C93M34Y0K3 
(93%,34%,0%,3%)
(0.93/0.34/0.00/0.03)	

CMYK percentages

%93.15
%33.87
%0
%2.75

Codes

Color #11A4F8 in popluar color models

11A4F8
RGB17164248
HSL202°94.29%51.96%
HSB/HSV202°93.15%97.25%
CMYK93.15%33.87%0.00%
2.75%

Color #11A4F8 in popluar number systems.

HEX11A4F8
Decimal17164248
Binary100011010010011111000
Octal21244370

Shades and tints

Shades of #11A4F8

#11A4F8
(17,164,248)
#1096E2
(16,150,226)
#0F88CC
(15,136,204)
#0E7AB6
(14,122,182)
#0D6CA0
(13,108,160)
#0C5E8A
(12,94,138)
#0B5074
(11,80,116)
#0A425E
(10,66,94)
#093448
(9,52,72)
#082632
(8,38,50)
#07181C
(7,24,28)
#000000
(0,0,0)

Tints of #11A4F8

#11A4F8
(17,164,248)
#26ACF8
(38,172,248)
#3BB4F8
(59,180,248)
#50BCF8
(80,188,248)
#65C4F8
(101,196,248)
#7ACCF8
(122,204,248)
#8FD4F8
(143,212,248)
#A4DCF8
(164,220,248)
#B9E4F8
(185,228,248)
#CEECF8
(206,236,248)
#E3F4F8
(227,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11A4F8 color. Also use rgb(17,164,248) instead hex code.

Text Font Color

.myTextColor { color: #11A4F8; }

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

This text font color is #11A4F8.


Background Color

.myBgColor { background-color: #11A4F8; }

<div style="background-color:#11A4F8">Inner text</div>

This div background color is #11A4F8.


Border color

.myBorderColor { border: 1px solid #11A4F8; }

<div style="border:3px solid #11A4F8">Div</div>

This div border color is #11A4F8.


Opacity

.myOpacity80 { color: #11A4F8; opacity: 0.8; }

<p style="color:#11A4F8;opacity:0.8;">80%</p>

Text with #11A4F8 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 #11A4F8;}

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

This text has shadow with #11A4F8 color.

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

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

This text has shadow with #11A4F8 primary color and red secondary color.


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

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

This text has shadow with #11A4F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11A4F8 on black background.


Color preview on white background

This text has color #11A4F8 on white background.



Black color preview on #11A4F8 background

This text has black color on #11A4F8 background.


White color preview on #11A4F8 background

This text has white color on #11A4F8 background.