Color Hex Logo

#418deb Color Hex

#418DEB
(65,141,235)
0 Favorites   0 Comments

Color spaces of #418deb

RGB 65141235
HSL0.590.810.59
HSV213°72°92°
CMYK 0.720.400.00   0.08
XYZ26.700226.171782.2417
Yxy26.17170.19760.1937
Hunter Lab51.15833.6346-59.5034
CIE-Lab58.19977.6367-54.2104

#418deb color RGB value is (65,141,235).

#418deb hex color red value is 65, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #418deb hue: 0.59 , saturation: 0.81 and the lightness value of 418deb is 0.59.

The process color (four color CMYK) of #418deb color hex is 0.72, 0.40, 0.00, 0.08. Web safe color of #418deb is #3399ff. Color #418deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001101 11101011
Octal 101 215 353
Decimal 65 141 235
Hex 41 8D EB

RGB Percentages of Color #418deb

%14.74
%31.97
%53.29

CMYK Percentages of Color #418deb

%72
%40
%0
%8

Triadic Colors of #418deb

#418deb #eb418d #8deb41

Analogous Colors of #418deb

#418deb #4a41eb #41e2eb

Monochromatic Colors of #418deb

#418deb

Complementary Color

#418deb #eb9f41

#418deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#418deb Color CSS Codes

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

#418deb Text Font Color

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

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


#418deb Background Color

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

This div background color is #418deb


#418deb Border Color

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

This div border color is #418deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418deb


Comments

No comments written yet.

Please login to write comment.