Color Hex Logo

#415dbe Color Hex

#415DBE
(65,93,190)
0 Favorites   0 Comments

Color spaces of #415dbe

RGB 6593190
HSL0.630.490.50
HSV227°66°75°
CMYK 0.660.510.00   0.25
XYZ15.388612.670250.3497
Yxy12.67020.19630.1616
Hunter Lab35.595214.8778-58.9495
CIE-Lab42.262121.3853-54.2073

#415dbe color RGB value is (65,93,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011101 10111110
Octal 101 135 276
Decimal 65 93 190
Hex 41 5D BE

RGB Percentages of Color #415dbe

%18.68
%26.72
%54.60

CMYK Percentages of Color #415dbe

%66
%51
%0
%25

Triadic Colors of #415dbe

#415dbe #be415d #5dbe41

Analogous Colors of #415dbe

#415dbe #6341be #419cbe

Monochromatic Colors of #415dbe

#415dbe

Complementary Color

#415dbe #bea241

#415dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#415dbe Color CSS Codes

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

#415dbe Text Font Color

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

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


#415dbe Background Color

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

This div background color is #415dbe


#415dbe Border Color

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

This div border color is #415dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,93,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 #415dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415dbe


Comments

No comments written yet.

Please login to write comment.