COLOR #3F8BCF

HEX: #3F8BCF
RGB: (63,139,207)

Color info

#3F8BCF contains mainly blue color. Web safe color of #3F8BCF is #3399CC (or #39C).

RGB color model

#3F8BCF color RGB value is (63,139,207).

  • red value is 63;
  • green value is 139;
  • blue value is 207.
RGB:
(63,139,207)
(25%,55%,81%)

RGB channels and saturation

R 63 of 255 = 25%
G 139 of 255 = 55%
B 207 of 255 = 81%

63
139
207

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

Portions of RGB colors in percentages

R + G + B =
63 + 139 + 207 = 409 (100%)
R 63 of 409 ~ 15.4%
G 139 of 409 ~ 33.99%
B 207 of 409 ~ 50.61%

%15.4
%33.99
%50.61

CMYK color model

#3F8BCF color CMYK value is (70,33,0,19).

  • cyan value is 69.57%
  • magenta value is 32.85%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(70,33,0,19)
C70M33Y0K19 
(70%,33%,0%,19%)
(0.70/0.33/0.00/0.19)	

CMYK percentages

%69.57
%32.85
%0
%18.82

Codes

Color #3F8BCF in popluar color models

3F8BCF
RGB63139207
HSL208°60.00%52.94%
HSB/HSV208°69.57%81.18%
CMYK69.57%32.85%0.00%
18.82%

Color #3F8BCF in popluar number systems.

HEX3F8BCF
Decimal63139207
Binary1111111000101111001111
Octal77213317

Shades and tints

Shades of #3F8BCF

#3F8BCF
(63,139,207)
#3A7FBD
(58,127,189)
#3573AB
(53,115,171)
#306799
(48,103,153)
#2B5B87
(43,91,135)
#264F75
(38,79,117)
#214363
(33,67,99)
#1C3751
(28,55,81)
#172B3F
(23,43,63)
#121F2D
(18,31,45)
#0D131B
(13,19,27)
#000000
(0,0,0)

Tints of #3F8BCF

#3F8BCF
(63,139,207)
#5095D3
(80,149,211)
#619FD7
(97,159,215)
#72A9DB
(114,169,219)
#83B3DF
(131,179,223)
#94BDE3
(148,189,227)
#A5C7E7
(165,199,231)
#B6D1EB
(182,209,235)
#C7DBEF
(199,219,239)
#D8E5F3
(216,229,243)
#E9EFF7
(233,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8BCF color. Also use rgb(63,139,207) instead hex code.

Text Font Color

.myTextColor { color: #3F8BCF; }

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

This text font color is #3F8BCF.


Background Color

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

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

This div background color is #3F8BCF.


Border color

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

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

This div border color is #3F8BCF.


Opacity

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

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

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

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

This text has shadow with #3F8BCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8BCF on black background.


Color preview on white background

This text has color #3F8BCF on white background.



Black color preview on #3F8BCF background

This text has black color on #3F8BCF background.


White color preview on #3F8BCF background

This text has white color on #3F8BCF background.