COLOR #1879F1

HEX: #1879F1
RGB: (24,121,241)

Color info

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

RGB color model

#1879F1 color RGB value is (24,121,241).

  • red value is 24;
  • green value is 121;
  • blue value is 241.
RGB:
(24,121,241)
(9%,47%,95%)

RGB channels and saturation

R 24 of 255 = 9%
G 121 of 255 = 47%
B 241 of 255 = 95%

24
121
241

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

Portions of RGB colors in percentages

R + G + B =
24 + 121 + 241 = 386 (100%)
R 24 of 386 ~ 6.22%
G 121 of 386 ~ 31.35%
B 241 of 386 ~ 62.44%

%31.35
%62.44

CMYK color model

#1879F1 color CMYK value is (90,50,0,5).

  • cyan value is 90.04%
  • magenta value is 49.79%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(90,50,0,5)
C90M50Y0K5 
(90%,50%,0%,5%)
(0.90/0.50/0.00/0.05)	

CMYK percentages

%90.04
%49.79
%0
%5.49

Codes

Color #1879F1 in popluar color models

1879F1
RGB24121241
HSL213°88.57%51.96%
HSB/HSV213°90.04%94.51%
CMYK90.04%49.79%0.00%
5.49%

Color #1879F1 in popluar number systems.

HEX1879F1
Decimal24121241
Binary11000111100111110001
Octal30171361

Shades and tints

Shades of #1879F1

#1879F1
(24,121,241)
#166EDC
(22,110,220)
#1463C7
(20,99,199)
#1258B2
(18,88,178)
#104D9D
(16,77,157)
#0E4288
(14,66,136)
#0C3773
(12,55,115)
#0A2C5E
(10,44,94)
#082149
(8,33,73)
#061634
(6,22,52)
#040B1F
(4,11,31)
#000000
(0,0,0)

Tints of #1879F1

#1879F1
(24,121,241)
#2D85F2
(45,133,242)
#4291F3
(66,145,243)
#579DF4
(87,157,244)
#6CA9F5
(108,169,245)
#81B5F6
(129,181,246)
#96C1F7
(150,193,247)
#ABCDF8
(171,205,248)
#C0D9F9
(192,217,249)
#D5E5FA
(213,229,250)
#EAF1FB
(234,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1879F1 color. Also use rgb(24,121,241) instead hex code.

Text Font Color

.myTextColor { color: #1879F1; }

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

This text font color is #1879F1.


Background Color

.myBgColor { background-color: #1879F1; }

<div style="background-color:#1879F1">Inner text</div>

This div background color is #1879F1.


Border color

.myBorderColor { border: 1px solid #1879F1; }

<div style="border:3px solid #1879F1">Div</div>

This div border color is #1879F1.


Opacity

.myOpacity80 { color: #1879F1; opacity: 0.8; }

<p style="color:#1879F1;opacity:0.8;">80%</p>

Text with #1879F1 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 #1879F1;}

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

This text has shadow with #1879F1 color.

.textShadow {text-shadow: 3px 3px 1px #1879F1, 3px 3px 1px red;}

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

This text has shadow with #1879F1 primary color and red secondary color.


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

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

This text has shadow with #1879F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1879F1 on black background.


Color preview on white background

This text has color #1879F1 on white background.



Black color preview on #1879F1 background

This text has black color on #1879F1 background.


White color preview on #1879F1 background

This text has white color on #1879F1 background.