COLOR #318CE7

HEX: #318CE7
RGB: (49,140,231)

Color info

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

RGB color model

#318CE7 color RGB value is (49,140,231).

  • red value is 49;
  • green value is 140;
  • blue value is 231.
RGB:
(49,140,231)
(19%,55%,91%)

RGB channels and saturation

R 49 of 255 = 19%
G 140 of 255 = 55%
B 231 of 255 = 91%

49
140
231

R + G + B ~ 55%. #318CE7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 140 + 231 = 420 (100%)
R 49 of 420 ~ 11.67%
G 140 of 420 ~ 33.33%
B 231 of 420 ~ 55%

%11.67
%33.33
%55

CMYK color model

#318CE7 color CMYK value is (79,39,0,9).

  • cyan value is 78.79%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(79,39,0,9)
C79M39Y0K9 
(79%,39%,0%,9%)
(0.79/0.39/0.00/0.09)	

CMYK percentages

%78.79
%39.39
%0
%9.41

Codes

Color #318CE7 in popluar color models

318CE7
RGB49140231
HSL210°79.13%54.90%
HSB/HSV210°78.79%90.59%
CMYK78.79%39.39%0.00%
9.41%

Color #318CE7 in popluar number systems.

HEX318CE7
Decimal49140231
Binary1100011000110011100111
Octal61214347

Shades and tints

Shades of #318CE7

#318CE7
(49,140,231)
#2D80D2
(45,128,210)
#2974BD
(41,116,189)
#2568A8
(37,104,168)
#215C93
(33,92,147)
#1D507E
(29,80,126)
#194469
(25,68,105)
#153854
(21,56,84)
#112C3F
(17,44,63)
#0D202A
(13,32,42)
#091415
(9,20,21)
#000000
(0,0,0)

Tints of #318CE7

#318CE7
(49,140,231)
#4396E9
(67,150,233)
#55A0EB
(85,160,235)
#67AAED
(103,170,237)
#79B4EF
(121,180,239)
#8BBEF1
(139,190,241)
#9DC8F3
(157,200,243)
#AFD2F5
(175,210,245)
#C1DCF7
(193,220,247)
#D3E6F9
(211,230,249)
#E5F0FB
(229,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #318CE7 color. Also use rgb(49,140,231) instead hex code.

Text Font Color

.myTextColor { color: #318CE7; }

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

This text font color is #318CE7.


Background Color

.myBgColor { background-color: #318CE7; }

<div style="background-color:#318CE7">Inner text</div>

This div background color is #318CE7.


Border color

.myBorderColor { border: 1px solid #318CE7; }

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

This div border color is #318CE7.


Opacity

.myOpacity80 { color: #318CE7; opacity: 0.8; }

<p style="color:#318CE7;opacity:0.8;">80%</p>

Text with #318CE7 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 #318CE7;}

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

This text has shadow with #318CE7 color.

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

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

This text has shadow with #318CE7 primary color and red secondary color.


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

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

This text has shadow with #318CE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #318CE7 on black background.


Color preview on white background

This text has color #318CE7 on white background.



Black color preview on #318CE7 background

This text has black color on #318CE7 background.


White color preview on #318CE7 background

This text has white color on #318CE7 background.