Color Hex Logo

#415fdb Color Hex

#415FDB
(65,95,219)
0 Favorites   0 Comments

Color spaces of #415fdb

RGB 6595219
HSL0.630.680.56
HSV228°70°86°
CMYK 0.700.570.00   0.14
XYZ19.058414.422768.7972
Yxy14.42270.18630.1410
Hunter Lab37.977223.1178-80.8220
CIE-Lab44.833130.4410-66.7349

#415fdb color RGB value is (65,95,219).

#415fdb hex color red value is 65, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #415fdb hue: 0.63 , saturation: 0.68 and the lightness value of 415fdb is 0.56.

The process color (four color CMYK) of #415fdb color hex is 0.70, 0.57, 0.00, 0.14. Web safe color of #415fdb is #3366cc. Color #415fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011111 11011011
Octal 101 137 333
Decimal 65 95 219
Hex 41 5F DB

RGB Percentages of Color #415fdb

%17.15
%25.07
%57.78

CMYK Percentages of Color #415fdb

%70
%57
%0
%14

Triadic Colors of #415fdb

#415fdb #db415f #5fdb41

Analogous Colors of #415fdb

#415fdb #7041db #41acdb

Monochromatic Colors of #415fdb

#415fdb

Complementary Color

#415fdb #dbbd41

#415fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#415fdb Color CSS Codes

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

#415fdb Text Font Color

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

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


#415fdb Background Color

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

This div background color is #415fdb


#415fdb Border Color

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

This div border color is #415fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415fdb


Comments

No comments written yet.

Please login to write comment.