COLOR #3D8CF8

HEX: #3D8CF8
RGB: (61,140,248)

Color info

#3D8CF8 contains mainly blue color. Web safe color of #3D8CF8 is #3399FF (or #39F).

RGB color model

#3D8CF8 color RGB value is (61,140,248).

  • red value is 61;
  • green value is 140;
  • blue value is 248.
RGB:
(61,140,248)
(24%,55%,97%)

RGB channels and saturation

R 61 of 255 = 24%
G 140 of 255 = 55%
B 248 of 255 = 97%

61
140
248

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

Portions of RGB colors in percentages

R + G + B =
61 + 140 + 248 = 449 (100%)
R 61 of 449 ~ 13.59%
G 140 of 449 ~ 31.18%
B 248 of 449 ~ 55.23%

%13.59
%31.18
%55.23

CMYK color model

#3D8CF8 color CMYK value is (75,44,0,3).

  • cyan value is 75.40%
  • magenta value is 43.55%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(75,44,0,3)
C75M44Y0K3 
(75%,44%,0%,3%)
(0.75/0.44/0.00/0.03)	

CMYK percentages

%75.4
%43.55
%0
%2.75

Codes

Color #3D8CF8 in popluar color models

3D8CF8
RGB61140248
HSL215°93.03%60.59%
HSB/HSV215°75.40%97.25%
CMYK75.40%43.55%0.00%
2.75%

Color #3D8CF8 in popluar number systems.

HEX3D8CF8
Decimal61140248
Binary1111011000110011111000
Octal75214370

Shades and tints

Shades of #3D8CF8

#3D8CF8
(61,140,248)
#3880E2
(56,128,226)
#3374CC
(51,116,204)
#2E68B6
(46,104,182)
#295CA0
(41,92,160)
#24508A
(36,80,138)
#1F4474
(31,68,116)
#1A385E
(26,56,94)
#152C48
(21,44,72)
#102032
(16,32,50)
#0B141C
(11,20,28)
#000000
(0,0,0)

Tints of #3D8CF8

#3D8CF8
(61,140,248)
#4E96F8
(78,150,248)
#5FA0F8
(95,160,248)
#70AAF8
(112,170,248)
#81B4F8
(129,180,248)
#92BEF8
(146,190,248)
#A3C8F8
(163,200,248)
#B4D2F8
(180,210,248)
#C5DCF8
(197,220,248)
#D6E6F8
(214,230,248)
#E7F0F8
(231,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D8CF8 color. Also use rgb(61,140,248) instead hex code.

Text Font Color

.myTextColor { color: #3D8CF8; }

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

This text font color is #3D8CF8.


Background Color

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

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

This div background color is #3D8CF8.


Border color

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

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

This div border color is #3D8CF8.


Opacity

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

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

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

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

This text has shadow with #3D8CF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D8CF8 on black background.


Color preview on white background

This text has color #3D8CF8 on white background.



Black color preview on #3D8CF8 background

This text has black color on #3D8CF8 background.


White color preview on #3D8CF8 background

This text has white color on #3D8CF8 background.