Color Hex Logo

#418bdc Color Hex

#418BDC
(65,139,220)
0 Favorites   0 Comments

Color spaces of #418bdc

RGB 65139220
HSL0.590.690.56
HSV211°70°86°
CMYK 0.700.370.00   0.14
XYZ24.330924.756471.2062
Yxy24.75640.20230.2058
Hunter Lab49.75580.2150-50.0217
CIE-Lab56.83733.5214-48.0183

#418bdc color RGB value is (65,139,220).

#418bdc hex color red value is 65, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #418bdc hue: 0.59 , saturation: 0.69 and the lightness value of 418bdc is 0.56.

The process color (four color CMYK) of #418bdc color hex is 0.70, 0.37, 0.00, 0.14. Web safe color of #418bdc is #3399cc. Color #418bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001011 11011100
Octal 101 213 334
Decimal 65 139 220
Hex 41 8B DC

RGB Percentages of Color #418bdc

%15.33
%32.78
%51.89

CMYK Percentages of Color #418bdc

%70
%37
%0
%14

Triadic Colors of #418bdc

#418bdc #dc418b #8bdc41

Analogous Colors of #418bdc

#418bdc #4541dc #41d9dc

Monochromatic Colors of #418bdc

#418bdc

Complementary Color

#418bdc #dc9241

#418bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#418bdc Color CSS Codes

.mybgcolor {background-color:#418bdc; } 
.myforecolor {color:#418bdc; }
.mybordercolor {border:3px solid #418bdc; }

#418bdc Text Font Color

<p style="color:#418bdc">Text here</p>

This sample text font color is #418bdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#418bdc Background Color

<div style="background-color:#418bdc">
Div content here</div>

This div background color is #418bdc


#418bdc Border Color

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

This div border color is #418bdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,139,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #418bdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #418bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #418bdc;
  box-shadow:         1px 1px 3px 2px #418bdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,139,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #418bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #418bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #418bdc;
  box-shadow:         1px 1px 3px 2px #418bdc;">
Div content here</div>

This div box has shadow with color #418bdc


Comments

No comments written yet.

Please login to write comment.