Color Hex Logo

#418dbe Color Hex

#418DBE
(65,141,190)
0 Favorites   0 Comments

Color spaces of #418dbe

RGB 65141190
HSL0.570.490.50
HSV204°66°75°
CMYK 0.660.260.00   0.25
XYZ20.999123.891352.2199
Yxy23.89130.21620.2460
Hunter Lab48.8787-8.8513-29.1277
CIE-Lab55.9788-7.9864-32.4494

#418dbe color RGB value is (65,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001101 10111110
Octal 101 215 276
Decimal 65 141 190
Hex 41 8D BE

RGB Percentages of Color #418dbe

%16.41
%35.61
%47.98

CMYK Percentages of Color #418dbe

%66
%26
%0
%25

Triadic Colors of #418dbe

#418dbe #be418d #8dbe41

Analogous Colors of #418dbe

#418dbe #414ebe #41beb1

Monochromatic Colors of #418dbe

#418dbe

Complementary Color

#418dbe #be7241

#418dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#418dbe Color CSS Codes

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

#418dbe Text Font Color

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

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


#418dbe Background Color

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

This div background color is #418dbe


#418dbe Border Color

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

This div border color is #418dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418dbe


Comments

No comments written yet.

Please login to write comment.