COLOR #1876F6

HEX: #1876F6
RGB: (24,118,246)

Color info

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

RGB color model

#1876F6 color RGB value is (24,118,246).

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

RGB channels and saturation

R 24 of 255 = 9%
G 118 of 255 = 46%
B 246 of 255 = 96%

24
118
246

R + G + B ~ 50%. #1876F6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
24 + 118 + 246 = 388 (100%)
R 24 of 388 ~ 6.19%
G 118 of 388 ~ 30.41%
B 246 of 388 ~ 63.4%

%30.41
%63.4

CMYK color model

#1876F6 color CMYK value is (90,52,0,4).

  • cyan value is 90.24%
  • magenta value is 52.03%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(90,52,0,4)
C90M52Y0K4 
(90%,52%,0%,4%)
(0.90/0.52/0.00/0.04)	

CMYK percentages

%90.24
%52.03
%0
%3.53

Codes

Color #1876F6 in popluar color models

1876F6
RGB24118246
HSL215°92.50%52.94%
HSB/HSV215°90.24%96.47%
CMYK90.24%52.03%0.00%
3.53%

Color #1876F6 in popluar number systems.

HEX1876F6
Decimal24118246
Binary11000111011011110110
Octal30166366

Shades and tints

Shades of #1876F6

#1876F6
(24,118,246)
#166CE0
(22,108,224)
#1462CA
(20,98,202)
#1258B4
(18,88,180)
#104E9E
(16,78,158)
#0E4488
(14,68,136)
#0C3A72
(12,58,114)
#0A305C
(10,48,92)
#082646
(8,38,70)
#061C30
(6,28,48)
#04121A
(4,18,26)
#000000
(0,0,0)

Tints of #1876F6

#1876F6
(24,118,246)
#2D82F6
(45,130,246)
#428EF6
(66,142,246)
#579AF6
(87,154,246)
#6CA6F6
(108,166,246)
#81B2F6
(129,178,246)
#96BEF6
(150,190,246)
#ABCAF6
(171,202,246)
#C0D6F6
(192,214,246)
#D5E2F6
(213,226,246)
#EAEEF6
(234,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1876F6 color. Also use rgb(24,118,246) instead hex code.

Text Font Color

.myTextColor { color: #1876F6; }

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

This text font color is #1876F6.


Background Color

.myBgColor { background-color: #1876F6; }

<div style="background-color:#1876F6">Inner text</div>

This div background color is #1876F6.


Border color

.myBorderColor { border: 1px solid #1876F6; }

<div style="border:3px solid #1876F6">Div</div>

This div border color is #1876F6.


Opacity

.myOpacity80 { color: #1876F6; opacity: 0.8; }

<p style="color:#1876F6;opacity:0.8;">80%</p>

Text with #1876F6 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 #1876F6;}

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

This text has shadow with #1876F6 color.

.textShadow {text-shadow: 3px 3px 1px #1876F6, 3px 3px 1px red;}

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

This text has shadow with #1876F6 primary color and red secondary color.


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

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

This text has shadow with #1876F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1876F6 on black background.


Color preview on white background

This text has color #1876F6 on white background.



Black color preview on #1876F6 background

This text has black color on #1876F6 background.


White color preview on #1876F6 background

This text has white color on #1876F6 background.