COLOR #118BDA

HEX: #118BDA RGB: (17,139,218)

Color info

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

RGB color model

#118BDA color RGB value is (17,139,218).

RGB: (17,139,218) (7%, 55%, 85%)

RGB channels and saturation

R 17 of 255 = 7%
G 139 of 255 = 55%
B 218 of 255 = 85%

17
139
218

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

Portions of RGB colors in percentages

R + G + B = 17 + 139 + 218 = 374 (100%)
R 17 of 374 ~ 4.55%
G 139 of 374 ~ 37.17%
B 218 of 374 ~ 58.29'%

%37.17
%58.29

CMYK color model

#118BDA color CMYK value is (92,36,0,15).

  • cyan value is 92.20%
  • magenta value is 36.24%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (92,36,0,15)
C92M36Y0K15 (92%, 36%, 0%, 15%)
(0.92 / 0.36 / 0.00 / 0.15)

CMYK percentages

%92.2
%36.24
%0
%14.51

Codes

Color #118BDA in popluar color models

11 8B DA
RGB 17 139 218
HSL 204° 85.53% 46.08%
HSB/HSV 204° 92.20% 85.49%
CMYK 92.20% 36.24% 0.00%
14.51%

Color #118BDA in popluar number systems.

HEX 11 8B DA
Decimal 17 139 218
Binary 10001 10001011 11011010
Octal 21 213 332

Shades and tints

Shades of #118BDA

#118BDA
(17,139,218)
#107FC7
(16,127,199)
#0F73B4
(15,115,180)
#0E67A1
(14,103,161)
#0D5B8E
(13,91,142)
#0C4F7B
(12,79,123)
#0B4368
(11,67,104)
#0A3755
(10,55,85)
#092B42
(9,43,66)
#081F2F
(8,31,47)
#07131C
(7,19,28)
#000000
(0,0,0)

Tints of #118BDA

#118BDA
(17,139,218)
#2695DD
(38,149,221)
#3B9FE0
(59,159,224)
#50A9E3
(80,169,227)
#65B3E6
(101,179,230)
#7ABDE9
(122,189,233)
#8FC7EC
(143,199,236)
#A4D1EF
(164,209,239)
#B9DBF2
(185,219,242)
#CEE5F5
(206,229,245)
#E3EFF8
(227,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #118BDA color. Also use rgb(17,139,218) instead hex code.

Text Font Color

.myTextColor { color: #118BDA; }

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

This text font color is #118BDA.

Background Color

.myBgColor { background-color: #118BDA; }

<div style="background-color:#118BDA">Inner text</div>

This div background color is #118BDA.

Border color

.myBorderColor { border: 1px solid #118BDA; }

<div style="border:3px solid #118BDA">Div</div>

This div border color is #118BDA.

Opacity

.myOpacity80 { color: #118BDA; opacity: 0.8; }

<p style="color:#118BDA;opacity:0.8;">80%</p>

Text with #118BDA 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 #118BDA;}

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

This text has shadow with #118BDA color.


.textShadow {text-shadow: 3px 3px 1px #118BDA', 3px 3px 1px red;}

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

This text has shadow with #118BDA primary color and red secondary color.


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

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

This text has shadow with #118BDA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #118BDA; -webkit-box-shadow: 1px 1px 3px 2px #118BDA; box-shadow:1px 1px 3px 2px #118BDA;">
Div content here
</div>

This div box has shadow with color #118BDA.

Preview

Color preview on black background

This text has color #118BDA on black background.


Color preview on white background

This text has color #118BDA on white background.


Black color preview on #118BDA background

This text has black color on #118BDA background.


White color preview on #118BDA background

This text has white color on #118BDA background.


Related colors

Complementary color

Complementary color for #hex is #EE7425.


I love getcolorcode.com

Triadic colors

1 #DA118B and #8BDA11 with #118BDA are triadic colors.

2 #DA8B11 and #8B11DA with #118BDA are triadic colors.