COLOR #3F7CF2

HEX: #3F7CF2
RGB: (63,124,242)

Color info

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

RGB color model

#3F7CF2 color RGB value is (63,124,242).

  • red value is 63;
  • green value is 124;
  • blue value is 242.
RGB:
(63,124,242)
(25%,49%,95%)

RGB channels and saturation

R 63 of 255 = 25%
G 124 of 255 = 49%
B 242 of 255 = 95%

63
124
242

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

Portions of RGB colors in percentages

R + G + B =
63 + 124 + 242 = 429 (100%)
R 63 of 429 ~ 14.69%
G 124 of 429 ~ 28.9%
B 242 of 429 ~ 56.41%

%14.69
%28.9
%56.41

CMYK color model

#3F7CF2 color CMYK value is (74,49,0,5).

  • cyan value is 73.97%
  • magenta value is 48.76%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(74,49,0,5)
C74M49Y0K5 
(74%,49%,0%,5%)
(0.74/0.49/0.00/0.05)	

CMYK percentages

%73.97
%48.76
%0
%5.1

Codes

Color #3F7CF2 in popluar color models

3F7CF2
RGB63124242
HSL220°87.32%59.80%
HSB/HSV220°73.97%94.90%
CMYK73.97%48.76%0.00%
5.10%

Color #3F7CF2 in popluar number systems.

HEX3F7CF2
Decimal63124242
Binary111111111110011110010
Octal77174362

Shades and tints

Shades of #3F7CF2

#3F7CF2
(63,124,242)
#3A71DC
(58,113,220)
#3566C6
(53,102,198)
#305BB0
(48,91,176)
#2B509A
(43,80,154)
#264584
(38,69,132)
#213A6E
(33,58,110)
#1C2F58
(28,47,88)
#172442
(23,36,66)
#12192C
(18,25,44)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #3F7CF2

#3F7CF2
(63,124,242)
#5087F3
(80,135,243)
#6192F4
(97,146,244)
#729DF5
(114,157,245)
#83A8F6
(131,168,246)
#94B3F7
(148,179,247)
#A5BEF8
(165,190,248)
#B6C9F9
(182,201,249)
#C7D4FA
(199,212,250)
#D8DFFB
(216,223,251)
#E9EAFC
(233,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7CF2 color. Also use rgb(63,124,242) instead hex code.

Text Font Color

.myTextColor { color: #3F7CF2; }

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

This text font color is #3F7CF2.


Background Color

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

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

This div background color is #3F7CF2.


Border color

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

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

This div border color is #3F7CF2.


Opacity

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

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

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

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

This text has shadow with #3F7CF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7CF2 on black background.


Color preview on white background

This text has color #3F7CF2 on white background.



Black color preview on #3F7CF2 background

This text has black color on #3F7CF2 background.


White color preview on #3F7CF2 background

This text has white color on #3F7CF2 background.