COLOR #3F70ED

HEX: #3F70ED
RGB: (63,112,237)

Color info

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

RGB color model

#3F70ED color RGB value is (63,112,237).

  • red value is 63;
  • green value is 112;
  • blue value is 237.
RGB:
(63,112,237)
(25%,44%,93%)

RGB channels and saturation

R 63 of 255 = 25%
G 112 of 255 = 44%
B 237 of 255 = 93%

63
112
237

R + G + B ~ 54%. #3F70ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 112 + 237 = 412 (100%)
R 63 of 412 ~ 15.29%
G 112 of 412 ~ 27.18%
B 237 of 412 ~ 57.52%

%15.29
%27.18
%57.52

CMYK color model

#3F70ED color CMYK value is (73,53,0,7).

  • cyan value is 73.42%
  • magenta value is 52.74%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(73,53,0,7)
C73M53Y0K7 
(73%,53%,0%,7%)
(0.73/0.53/0.00/0.07)	

CMYK percentages

%73.42
%52.74
%0
%7.06

Codes

Color #3F70ED in popluar color models

3F70ED
RGB63112237
HSL223°82.86%58.82%
HSB/HSV223°73.42%92.94%
CMYK73.42%52.74%0.00%
7.06%

Color #3F70ED in popluar number systems.

HEX3F70ED
Decimal63112237
Binary111111111000011101101
Octal77160355

Shades and tints

Shades of #3F70ED

#3F70ED
(63,112,237)
#3A66D8
(58,102,216)
#355CC3
(53,92,195)
#3052AE
(48,82,174)
#2B4899
(43,72,153)
#263E84
(38,62,132)
#21346F
(33,52,111)
#1C2A5A
(28,42,90)
#172045
(23,32,69)
#121630
(18,22,48)
#0D0C1B
(13,12,27)
#000000
(0,0,0)

Tints of #3F70ED

#3F70ED
(63,112,237)
#507DEE
(80,125,238)
#618AEF
(97,138,239)
#7297F0
(114,151,240)
#83A4F1
(131,164,241)
#94B1F2
(148,177,242)
#A5BEF3
(165,190,243)
#B6CBF4
(182,203,244)
#C7D8F5
(199,216,245)
#D8E5F6
(216,229,246)
#E9F2F7
(233,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F70ED color. Also use rgb(63,112,237) instead hex code.

Text Font Color

.myTextColor { color: #3F70ED; }

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

This text font color is #3F70ED.


Background Color

.myBgColor { background-color: #3F70ED; }

<div style="background-color:#3F70ED">Inner text</div>

This div background color is #3F70ED.


Border color

.myBorderColor { border: 1px solid #3F70ED; }

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

This div border color is #3F70ED.


Opacity

.myOpacity80 { color: #3F70ED; opacity: 0.8; }

<p style="color:#3F70ED;opacity:0.8;">80%</p>

Text with #3F70ED 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 #3F70ED;}

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

This text has shadow with #3F70ED color.

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

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

This text has shadow with #3F70ED primary color and red secondary color.


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

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

This text has shadow with #3F70ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F70ED on black background.


Color preview on white background

This text has color #3F70ED on white background.



Black color preview on #3F70ED background

This text has black color on #3F70ED background.


White color preview on #3F70ED background

This text has white color on #3F70ED background.