Color Hex Logo

#4065db Color Hex

#4065DB
(64,101,219)
0 Favorites   0 Comments

Color spaces of #4065db

RGB 64101219
HSL0.630.680.55
HSV226°71°86°
CMYK 0.710.540.00   0.14
XYZ19.554215.511868.9813
Yxy15.51180.18790.1491
Hunter Lab39.385019.6994-76.2746
CIE-Lab46.327426.5165-64.3116

#4065db color RGB value is (64,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100101 11011011
Octal 100 145 333
Decimal 64 101 219
Hex 40 65 DB

RGB Percentages of Color #4065db

%16.67
%26.30
%57.03

CMYK Percentages of Color #4065db

%71
%54
%0
%14

Triadic Colors of #4065db

#4065db #db4065 #65db40

Analogous Colors of #4065db

#4065db #6940db #40b3db

Monochromatic Colors of #4065db

#4065db

Complementary Color

#4065db #dbb640

#4065db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4065db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4065db Color CSS Codes

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

#4065db Text Font Color

<p style="color:#4065db">Text here</p>

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


#4065db Background Color

<div style="background-color:#4065db">
Div content here</div>

This div background color is #4065db


#4065db Border Color

<div style="border:3px solid #4065db">
Div here</div>

This div border color is #4065db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4065db


Comments

No comments written yet.

Please login to write comment.