COLOR #187EBA

HEX: #187EBA
RGB: (24,126,186)

Color info

#187EBA contains mainly blue color. Web safe color of #187EBA is #0066CC (or #06C).

RGB color model

#187EBA color RGB value is (24,126,186).

  • red value is 24;
  • green value is 126;
  • blue value is 186.
RGB:
(24,126,186)
(9%,49%,73%)

RGB channels and saturation

R 24 of 255 = 9%
G 126 of 255 = 49%
B 186 of 255 = 73%

24
126
186

R + G + B ~ 44%. #187EBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
24 + 126 + 186 = 336 (100%)
R 24 of 336 ~ 7.14%
G 126 of 336 ~ 37.5%
B 186 of 336 ~ 55.36%

%37.5
%55.36

CMYK color model

#187EBA color CMYK value is (87,32,0,27).

  • cyan value is 87.10%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(87,32,0,27)
C87M32Y0K27 
(87%,32%,0%,27%)
(0.87/0.32/0.00/0.27)	

CMYK percentages

%87.1
%32.26
%0
%27.06

Codes

Color #187EBA in popluar color models

187EBA
RGB24126186
HSL202°77.14%41.18%
HSB/HSV202°87.10%72.94%
CMYK87.10%32.26%0.00%
27.06%

Color #187EBA in popluar number systems.

HEX187EBA
Decimal24126186
Binary11000111111010111010
Octal30176272

Shades and tints

Shades of #187EBA

#187EBA
(24,126,186)
#1673AA
(22,115,170)
#14689A
(20,104,154)
#125D8A
(18,93,138)
#10527A
(16,82,122)
#0E476A
(14,71,106)
#0C3C5A
(12,60,90)
#0A314A
(10,49,74)
#08263A
(8,38,58)
#061B2A
(6,27,42)
#04101A
(4,16,26)
#000000
(0,0,0)

Tints of #187EBA

#187EBA
(24,126,186)
#2D89C0
(45,137,192)
#4294C6
(66,148,198)
#579FCC
(87,159,204)
#6CAAD2
(108,170,210)
#81B5D8
(129,181,216)
#96C0DE
(150,192,222)
#ABCBE4
(171,203,228)
#C0D6EA
(192,214,234)
#D5E1F0
(213,225,240)
#EAECF6
(234,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187EBA color. Also use rgb(24,126,186) instead hex code.

Text Font Color

.myTextColor { color: #187EBA; }

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

This text font color is #187EBA.


Background Color

.myBgColor { background-color: #187EBA; }

<div style="background-color:#187EBA">Inner text</div>

This div background color is #187EBA.


Border color

.myBorderColor { border: 1px solid #187EBA; }

<div style="border:3px solid #187EBA">Div</div>

This div border color is #187EBA.


Opacity

.myOpacity80 { color: #187EBA; opacity: 0.8; }

<p style="color:#187EBA;opacity:0.8;">80%</p>

Text with #187EBA 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 #187EBA;}

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

This text has shadow with #187EBA color.

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

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

This text has shadow with #187EBA primary color and red secondary color.


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

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

This text has shadow with #187EBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187EBA on black background.


Color preview on white background

This text has color #187EBA on white background.



Black color preview on #187EBA background

This text has black color on #187EBA background.


White color preview on #187EBA background

This text has white color on #187EBA background.