COLOR #418CDA

HEX: #418CDA
RGB: (65,140,218)

Color info

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

RGB color model

#418CDA color RGB value is (65,140,218).

  • red value is 65;
  • green value is 140;
  • blue value is 218.
RGB:
(65,140,218)
(25%,55%,85%)

RGB channels and saturation

R 65 of 255 = 25%
G 140 of 255 = 55%
B 218 of 255 = 85%

65
140
218

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

Portions of RGB colors in percentages

R + G + B =
65 + 140 + 218 = 423 (100%)
R 65 of 423 ~ 15.37%
G 140 of 423 ~ 33.1%
B 218 of 423 ~ 51.54%

%15.37
%33.1
%51.54

CMYK color model

#418CDA color CMYK value is (70,36,0,15).

  • cyan value is 70.18%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(70,36,0,15)
C70M36Y0K15 
(70%,36%,0%,15%)
(0.70/0.36/0.00/0.15)	

CMYK percentages

%70.18
%35.78
%0
%14.51

Codes

Color #418CDA in popluar color models

418CDA
RGB65140218
HSL211°67.40%55.49%
HSB/HSV211°70.18%85.49%
CMYK70.18%35.78%0.00%
14.51%

Color #418CDA in popluar number systems.

HEX418CDA
Decimal65140218
Binary10000011000110011011010
Octal101214332

Shades and tints

Shades of #418CDA

#418CDA
(65,140,218)
#3C80C7
(60,128,199)
#3774B4
(55,116,180)
#3268A1
(50,104,161)
#2D5C8E
(45,92,142)
#28507B
(40,80,123)
#234468
(35,68,104)
#1E3855
(30,56,85)
#192C42
(25,44,66)
#14202F
(20,32,47)
#0F141C
(15,20,28)
#000000
(0,0,0)

Tints of #418CDA

#418CDA
(65,140,218)
#5296DD
(82,150,221)
#63A0E0
(99,160,224)
#74AAE3
(116,170,227)
#85B4E6
(133,180,230)
#96BEE9
(150,190,233)
#A7C8EC
(167,200,236)
#B8D2EF
(184,210,239)
#C9DCF2
(201,220,242)
#DAE6F5
(218,230,245)
#EBF0F8
(235,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418CDA color. Also use rgb(65,140,218) instead hex code.

Text Font Color

.myTextColor { color: #418CDA; }

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

This text font color is #418CDA.


Background Color

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

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

This div background color is #418CDA.


Border color

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

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

This div border color is #418CDA.


Opacity

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

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

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

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

This text has shadow with #418CDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418CDA on black background.


Color preview on white background

This text has color #418CDA on white background.



Black color preview on #418CDA background

This text has black color on #418CDA background.


White color preview on #418CDA background

This text has white color on #418CDA background.