COLOR #187FF6

HEX: #187FF6
RGB: (24,127,246)

Color info

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

RGB color model

#187FF6 color RGB value is (24,127,246).

  • red value is 24;
  • green value is 127;
  • blue value is 246.
RGB:
(24,127,246)
(9%,50%,96%)

RGB channels and saturation

R 24 of 255 = 9%
G 127 of 255 = 50%
B 246 of 255 = 96%

24
127
246

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

Portions of RGB colors in percentages

R + G + B =
24 + 127 + 246 = 397 (100%)
R 24 of 397 ~ 6.05%
G 127 of 397 ~ 31.99%
B 246 of 397 ~ 61.96%

%31.99
%61.96

CMYK color model

#187FF6 color CMYK value is (90,48,0,4).

  • cyan value is 90.24%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(90,48,0,4)
C90M48Y0K4 
(90%,48%,0%,4%)
(0.90/0.48/0.00/0.04)	

CMYK percentages

%90.24
%48.37
%0
%3.53

Codes

Color #187FF6 in popluar color models

187FF6
RGB24127246
HSL212°92.50%52.94%
HSB/HSV212°90.24%96.47%
CMYK90.24%48.37%0.00%
3.53%

Color #187FF6 in popluar number systems.

HEX187FF6
Decimal24127246
Binary11000111111111110110
Octal30177366

Shades and tints

Shades of #187FF6

#187FF6
(24,127,246)
#1674E0
(22,116,224)
#1469CA
(20,105,202)
#125EB4
(18,94,180)
#10539E
(16,83,158)
#0E4888
(14,72,136)
#0C3D72
(12,61,114)
#0A325C
(10,50,92)
#082746
(8,39,70)
#061C30
(6,28,48)
#04111A
(4,17,26)
#000000
(0,0,0)

Tints of #187FF6

#187FF6
(24,127,246)
#2D8AF6
(45,138,246)
#4295F6
(66,149,246)
#57A0F6
(87,160,246)
#6CABF6
(108,171,246)
#81B6F6
(129,182,246)
#96C1F6
(150,193,246)
#ABCCF6
(171,204,246)
#C0D7F6
(192,215,246)
#D5E2F6
(213,226,246)
#EAEDF6
(234,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187FF6 color. Also use rgb(24,127,246) instead hex code.

Text Font Color

.myTextColor { color: #187FF6; }

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

This text font color is #187FF6.


Background Color

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

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

This div background color is #187FF6.


Border color

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

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

This div border color is #187FF6.


Opacity

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

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

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

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

This text has shadow with #187FF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187FF6 on black background.


Color preview on white background

This text has color #187FF6 on white background.



Black color preview on #187FF6 background

This text has black color on #187FF6 background.


White color preview on #187FF6 background

This text has white color on #187FF6 background.