COLOR #418DDB

HEX: #418DDB
RGB: (65,141,219)

Color info

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

RGB color model

#418DDB color RGB value is (65,141,219).

  • red value is 65;
  • green value is 141;
  • blue value is 219.
RGB:
(65,141,219)
(25%,55%,86%)

RGB channels and saturation

R 65 of 255 = 25%
G 141 of 255 = 55%
B 219 of 255 = 86%

65
141
219

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

Portions of RGB colors in percentages

R + G + B =
65 + 141 + 219 = 425 (100%)
R 65 of 425 ~ 15.29%
G 141 of 425 ~ 33.18%
B 219 of 425 ~ 51.53%

%15.29
%33.18
%51.53

CMYK color model

#418DDB color CMYK value is (70,36,0,14).

  • cyan value is 70.32%
  • magenta value is 35.62%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(70,36,0,14)
C70M36Y0K14 
(70%,36%,0%,14%)
(0.70/0.36/0.00/0.14)	

CMYK percentages

%70.32
%35.62
%0
%14.12

Codes

Color #418DDB in popluar color models

418DDB
RGB65141219
HSL210°68.14%55.69%
HSB/HSV210°70.32%85.88%
CMYK70.32%35.62%0.00%
14.12%

Color #418DDB in popluar number systems.

HEX418DDB
Decimal65141219
Binary10000011000110111011011
Octal101215333

Shades and tints

Shades of #418DDB

#418DDB
(65,141,219)
#3C81C8
(60,129,200)
#3775B5
(55,117,181)
#3269A2
(50,105,162)
#2D5D8F
(45,93,143)
#28517C
(40,81,124)
#234569
(35,69,105)
#1E3956
(30,57,86)
#192D43
(25,45,67)
#142130
(20,33,48)
#0F151D
(15,21,29)
#000000
(0,0,0)

Tints of #418DDB

#418DDB
(65,141,219)
#5297DE
(82,151,222)
#63A1E1
(99,161,225)
#74ABE4
(116,171,228)
#85B5E7
(133,181,231)
#96BFEA
(150,191,234)
#A7C9ED
(167,201,237)
#B8D3F0
(184,211,240)
#C9DDF3
(201,221,243)
#DAE7F6
(218,231,246)
#EBF1F9
(235,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418DDB color. Also use rgb(65,141,219) instead hex code.

Text Font Color

.myTextColor { color: #418DDB; }

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

This text font color is #418DDB.


Background Color

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

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

This div background color is #418DDB.


Border color

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

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

This div border color is #418DDB.


Opacity

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

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

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

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

This text has shadow with #418DDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418DDB on black background.


Color preview on white background

This text has color #418DDB on white background.



Black color preview on #418DDB background

This text has black color on #418DDB background.


White color preview on #418DDB background

This text has white color on #418DDB background.