Color Hex Logo

#418bbd Color Hex

#418BBD
(65,139,189)
0 Favorites   0 Comments

Color spaces of #418bbd

RGB 65139189
HSL0.570.490.50
HSV204°66°74°
CMYK 0.660.260.00   0.26
XYZ20.597923.263251.5487
Yxy23.26320.21590.2438
Hunter Lab48.2319-8.1758-29.6048
CIE-Lab55.3424-7.1808-32.8730

#418bbd color RGB value is (65,139,189).

#418bbd hex color red value is 65, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #418bbd hue: 0.57 , saturation: 0.49 and the lightness value of 418bbd is 0.50.

The process color (four color CMYK) of #418bbd color hex is 0.66, 0.26, 0.00, 0.26. Web safe color of #418bbd is #3399cc. Color #418bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001011 10111101
Octal 101 213 275
Decimal 65 139 189
Hex 41 8B BD

RGB Percentages of Color #418bbd

%16.54
%35.37
%48.09

CMYK Percentages of Color #418bbd

%66
%26
%0
%26

Triadic Colors of #418bbd

#418bbd #bd418b #8bbd41

Analogous Colors of #418bbd

#418bbd #414dbd #41bdb1

Monochromatic Colors of #418bbd

#418bbd

Complementary Color

#418bbd #bd7341

#418bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#418bbd Color CSS Codes

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

#418bbd Text Font Color

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

This sample text font color is #418bbd
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.


#418bbd Background Color

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

This div background color is #418bbd


#418bbd Border Color

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

This div border color is #418bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418bbd


Comments

No comments written yet.

Please login to write comment.