COLOR #3870F0

HEX: #3870F0
RGB: (56,112,240)

Color info

#3870F0 contains mainly blue color. Web safe color of #3870F0 is #3366FF (or #36F).

RGB color model

#3870F0 color RGB value is (56,112,240).

  • red value is 56;
  • green value is 112;
  • blue value is 240.
RGB:
(56,112,240)
(22%,44%,94%)

RGB channels and saturation

R 56 of 255 = 22%
G 112 of 255 = 44%
B 240 of 255 = 94%

56
112
240

R + G + B ~ 53%. #3870F0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 112 + 240 = 408 (100%)
R 56 of 408 ~ 13.73%
G 112 of 408 ~ 27.45%
B 240 of 408 ~ 58.82%

%13.73
%27.45
%58.82

CMYK color model

#3870F0 color CMYK value is (77,53,0,6).

  • cyan value is 76.67%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(77,53,0,6)
C77M53Y0K6 
(77%,53%,0%,6%)
(0.77/0.53/0.00/0.06)	

CMYK percentages

%76.67
%53.33
%0
%5.88

Codes

Color #3870F0 in popluar color models

3870F0
RGB56112240
HSL222°85.98%58.04%
HSB/HSV222°76.67%94.12%
CMYK76.67%53.33%0.00%
5.88%

Color #3870F0 in popluar number systems.

HEX3870F0
Decimal56112240
Binary111000111000011110000
Octal70160360

Shades and tints

Shades of #3870F0

#3870F0
(56,112,240)
#3366DB
(51,102,219)
#2E5CC6
(46,92,198)
#2952B1
(41,82,177)
#24489C
(36,72,156)
#1F3E87
(31,62,135)
#1A3472
(26,52,114)
#152A5D
(21,42,93)
#102048
(16,32,72)
#0B1633
(11,22,51)
#060C1E
(6,12,30)
#000000
(0,0,0)

Tints of #3870F0

#3870F0
(56,112,240)
#4A7DF1
(74,125,241)
#5C8AF2
(92,138,242)
#6E97F3
(110,151,243)
#80A4F4
(128,164,244)
#92B1F5
(146,177,245)
#A4BEF6
(164,190,246)
#B6CBF7
(182,203,247)
#C8D8F8
(200,216,248)
#DAE5F9
(218,229,249)
#ECF2FA
(236,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3870F0 color. Also use rgb(56,112,240) instead hex code.

Text Font Color

.myTextColor { color: #3870F0; }

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

This text font color is #3870F0.


Background Color

.myBgColor { background-color: #3870F0; }

<div style="background-color:#3870F0">Inner text</div>

This div background color is #3870F0.


Border color

.myBorderColor { border: 1px solid #3870F0; }

<div style="border:3px solid #3870F0">Div</div>

This div border color is #3870F0.


Opacity

.myOpacity80 { color: #3870F0; opacity: 0.8; }

<p style="color:#3870F0;opacity:0.8;">80%</p>

Text with #3870F0 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 #3870F0;}

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

This text has shadow with #3870F0 color.

.textShadow {text-shadow: 3px 3px 1px #3870F0, 3px 3px 1px red;}

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

This text has shadow with #3870F0 primary color and red secondary color.


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

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

This text has shadow with #3870F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3870F0 on black background.


Color preview on white background

This text has color #3870F0 on white background.



Black color preview on #3870F0 background

This text has black color on #3870F0 background.


White color preview on #3870F0 background

This text has white color on #3870F0 background.