COLOR #416ED9

HEX: #416ED9
RGB: (65,110,217)

Color info

#416ED9 contains mainly blue color. Web safe color of #416ED9 is #3366CC (or #36C).

RGB color model

#416ED9 color RGB value is (65,110,217).

  • red value is 65;
  • green value is 110;
  • blue value is 217.
RGB:
(65,110,217)
(25%,43%,85%)

RGB channels and saturation

R 65 of 255 = 25%
G 110 of 255 = 43%
B 217 of 255 = 85%

65
110
217

R + G + B ~ 51%. #416ED9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 110 + 217 = 392 (100%)
R 65 of 392 ~ 16.58%
G 110 of 392 ~ 28.06%
B 217 of 392 ~ 55.36%

%16.58
%28.06
%55.36

CMYK color model

#416ED9 color CMYK value is (70,49,0,15).

  • cyan value is 70.05%
  • magenta value is 49.31%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(70,49,0,15)
C70M49Y0K15 
(70%,49%,0%,15%)
(0.70/0.49/0.00/0.15)	

CMYK percentages

%70.05
%49.31
%0
%14.9

Codes

Color #416ED9 in popluar color models

416ED9
RGB65110217
HSL222°66.67%55.29%
HSB/HSV222°70.05%85.10%
CMYK70.05%49.31%0.00%
14.90%

Color #416ED9 in popluar number systems.

HEX416ED9
Decimal65110217
Binary1000001110111011011001
Octal101156331

Shades and tints

Shades of #416ED9

#416ED9
(65,110,217)
#3C64C6
(60,100,198)
#375AB3
(55,90,179)
#3250A0
(50,80,160)
#2D468D
(45,70,141)
#283C7A
(40,60,122)
#233267
(35,50,103)
#1E2854
(30,40,84)
#191E41
(25,30,65)
#14142E
(20,20,46)
#0F0A1B
(15,10,27)
#000000
(0,0,0)

Tints of #416ED9

#416ED9
(65,110,217)
#527BDC
(82,123,220)
#6388DF
(99,136,223)
#7495E2
(116,149,226)
#85A2E5
(133,162,229)
#96AFE8
(150,175,232)
#A7BCEB
(167,188,235)
#B8C9EE
(184,201,238)
#C9D6F1
(201,214,241)
#DAE3F4
(218,227,244)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416ED9 color. Also use rgb(65,110,217) instead hex code.

Text Font Color

.myTextColor { color: #416ED9; }

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

This text font color is #416ED9.


Background Color

.myBgColor { background-color: #416ED9; }

<div style="background-color:#416ED9">Inner text</div>

This div background color is #416ED9.


Border color

.myBorderColor { border: 1px solid #416ED9; }

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

This div border color is #416ED9.


Opacity

.myOpacity80 { color: #416ED9; opacity: 0.8; }

<p style="color:#416ED9;opacity:0.8;">80%</p>

Text with #416ED9 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 #416ED9;}

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

This text has shadow with #416ED9 color.

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

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

This text has shadow with #416ED9 primary color and red secondary color.


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

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

This text has shadow with #416ED9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416ED9 on black background.


Color preview on white background

This text has color #416ED9 on white background.



Black color preview on #416ED9 background

This text has black color on #416ED9 background.


White color preview on #416ED9 background

This text has white color on #416ED9 background.