COLOR #1876FB

HEX: #1876FB
RGB: (24,118,251)

Color info

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

RGB color model

#1876FB color RGB value is (24,118,251).

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

RGB channels and saturation

R 24 of 255 = 9%
G 118 of 255 = 46%
B 251 of 255 = 98%

24
118
251

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

Portions of RGB colors in percentages

R + G + B =
24 + 118 + 251 = 393 (100%)
R 24 of 393 ~ 6.11%
G 118 of 393 ~ 30.03%
B 251 of 393 ~ 63.87%

%30.03
%63.87

CMYK color model

#1876FB color CMYK value is (90,53,0,2).

  • cyan value is 90.44%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(90,53,0,2)
C90M53Y0K2 
(90%,53%,0%,2%)
(0.90/0.53/0.00/0.02)	

CMYK percentages

%90.44
%52.99
%0
%1.57

Codes

Color #1876FB in popluar color models

1876FB
RGB24118251
HSL215°96.60%53.92%
HSB/HSV215°90.44%98.43%
CMYK90.44%52.99%0.00%
1.57%

Color #1876FB in popluar number systems.

HEX1876FB
Decimal24118251
Binary11000111011011111011
Octal30166373

Shades and tints

Shades of #1876FB

#1876FB
(24,118,251)
#166CE5
(22,108,229)
#1462CF
(20,98,207)
#1258B9
(18,88,185)
#104EA3
(16,78,163)
#0E448D
(14,68,141)
#0C3A77
(12,58,119)
#0A3061
(10,48,97)
#08264B
(8,38,75)
#061C35
(6,28,53)
#04121F
(4,18,31)
#000000
(0,0,0)

Tints of #1876FB

#1876FB
(24,118,251)
#2D82FB
(45,130,251)
#428EFB
(66,142,251)
#579AFB
(87,154,251)
#6CA6FB
(108,166,251)
#81B2FB
(129,178,251)
#96BEFB
(150,190,251)
#ABCAFB
(171,202,251)
#C0D6FB
(192,214,251)
#D5E2FB
(213,226,251)
#EAEEFB
(234,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1876FB; }

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

This text font color is #1876FB.


Background Color

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

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

This div background color is #1876FB.


Border color

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

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

This div border color is #1876FB.


Opacity

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

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

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

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

This text has shadow with #1876FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1876FB on black background.


Color preview on white background

This text has color #1876FB on white background.



Black color preview on #1876FB background

This text has black color on #1876FB background.


White color preview on #1876FB background

This text has white color on #1876FB background.