Color Hex Logo

#414fdb Color Hex

#414FDB
(65,79,219)
0 Favorites   0 Comments

Color spaces of #414fdb

RGB 6579219
HSL0.650.680.56
HSV235°70°86°
CMYK 0.700.640.00   0.14
XYZ17.762111.830368.3651
Yxy11.83030.18130.1208
Hunter Lab34.395231.9880-93.7702
CIE-Lab40.945140.4081-73.0783

#414fdb color RGB value is (65,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001111 11011011
Octal 101 117 333
Decimal 65 79 219
Hex 41 4F DB

RGB Percentages of Color #414fdb

%17.91
%21.76
%60.33

CMYK Percentages of Color #414fdb

%70
%64
%0
%14

Triadic Colors of #414fdb

#414fdb #db414f #4fdb41

Analogous Colors of #414fdb

#414fdb #8041db #419cdb

Monochromatic Colors of #414fdb

#414fdb

Complementary Color

#414fdb #dbcd41

#414fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#414fdb Color CSS Codes

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

#414fdb Text Font Color

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

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


#414fdb Background Color

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

This div background color is #414fdb


#414fdb Border Color

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

This div border color is #414fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414fdb


Comments

No comments written yet.

Please login to write comment.