Color Hex Logo

#407bdb Color Hex

#407BDB
(64,123,219)
0 Favorites   0 Comments

Color spaces of #407bdb

RGB 64123219
HSL0.600.680.55
HSV217°71°86°
CMYK 0.710.440.00   0.14
XYZ21.983520.370469.7911
Yxy20.37040.19600.1816
Hunter Lab45.13367.9594-60.0880
CIE-Lab52.253412.7225-54.7638

#407bdb color RGB value is (64,123,219).

#407bdb hex color red value is 64, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #407bdb hue: 0.60 , saturation: 0.68 and the lightness value of 407bdb is 0.55.

The process color (four color CMYK) of #407bdb color hex is 0.71, 0.44, 0.00, 0.14. Web safe color of #407bdb is #3366cc. Color #407bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 11011011
Octal 100 173 333
Decimal 64 123 219
Hex 40 7B DB

RGB Percentages of Color #407bdb

%15.76
%30.30
%53.94

CMYK Percentages of Color #407bdb

%71
%44
%0
%14

Triadic Colors of #407bdb

#407bdb #db407b #7bdb40

Analogous Colors of #407bdb

#407bdb #5340db #40c9db

Monochromatic Colors of #407bdb

#407bdb

Complementary Color

#407bdb #dba040

#407bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#407bdb Color CSS Codes

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

#407bdb Text Font Color

<p style="color:#407bdb">Text here</p>

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


#407bdb Background Color

<div style="background-color:#407bdb">
Div content here</div>

This div background color is #407bdb


#407bdb Border Color

<div style="border:3px solid #407bdb">
Div here</div>

This div border color is #407bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,123,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #407bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #407bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #407bdb;
  box-shadow:         1px 1px 3px 2px #407bdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,123,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 #407bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407bdb


Comments

No comments written yet.

Please login to write comment.