COLOR #418BC7

HEX: #418BC7
RGB: (65,139,199)

Color info

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

RGB color model

#418BC7 color RGB value is (65,139,199).

  • red value is 65;
  • green value is 139;
  • blue value is 199.
RGB:
(65,139,199)
(25%,55%,78%)

RGB channels and saturation

R 65 of 255 = 25%
G 139 of 255 = 55%
B 199 of 255 = 78%

65
139
199

R + G + B ~ 53%. #418BC7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 139 + 199 = 403 (100%)
R 65 of 403 ~ 16.13%
G 139 of 403 ~ 34.49%
B 199 of 403 ~ 49.38%

%16.13
%34.49
%49.38

CMYK color model

#418BC7 color CMYK value is (67,30,0,22).

  • cyan value is 67.34%
  • magenta value is 30.15%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(67,30,0,22)
C67M30Y0K22 
(67%,30%,0%,22%)
(0.67/0.30/0.00/0.22)	

CMYK percentages

%67.34
%30.15
%0
%21.96

Codes

Color #418BC7 in popluar color models

418BC7
RGB65139199
HSL207°54.47%51.76%
HSB/HSV207°67.34%78.04%
CMYK67.34%30.15%0.00%
21.96%

Color #418BC7 in popluar number systems.

HEX418BC7
Decimal65139199
Binary10000011000101111000111
Octal101213307

Shades and tints

Shades of #418BC7

#418BC7
(65,139,199)
#3C7FB5
(60,127,181)
#3773A3
(55,115,163)
#326791
(50,103,145)
#2D5B7F
(45,91,127)
#284F6D
(40,79,109)
#23435B
(35,67,91)
#1E3749
(30,55,73)
#192B37
(25,43,55)
#141F25
(20,31,37)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #418BC7

#418BC7
(65,139,199)
#5295CC
(82,149,204)
#639FD1
(99,159,209)
#74A9D6
(116,169,214)
#85B3DB
(133,179,219)
#96BDE0
(150,189,224)
#A7C7E5
(167,199,229)
#B8D1EA
(184,209,234)
#C9DBEF
(201,219,239)
#DAE5F4
(218,229,244)
#EBEFF9
(235,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418BC7 color. Also use rgb(65,139,199) instead hex code.

Text Font Color

.myTextColor { color: #418BC7; }

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

This text font color is #418BC7.


Background Color

.myBgColor { background-color: #418BC7; }

<div style="background-color:#418BC7">Inner text</div>

This div background color is #418BC7.


Border color

.myBorderColor { border: 1px solid #418BC7; }

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

This div border color is #418BC7.


Opacity

.myOpacity80 { color: #418BC7; opacity: 0.8; }

<p style="color:#418BC7;opacity:0.8;">80%</p>

Text with #418BC7 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 #418BC7;}

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

This text has shadow with #418BC7 color.

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

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

This text has shadow with #418BC7 primary color and red secondary color.


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

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

This text has shadow with #418BC7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418BC7 on black background.


Color preview on white background

This text has color #418BC7 on white background.



Black color preview on #418BC7 background

This text has black color on #418BC7 background.


White color preview on #418BC7 background

This text has white color on #418BC7 background.