Color Hex Logo

#4080ff Color Hex

#4080FF
(64,128,255)
3 Favorites   1 Comments

Color spaces of #4080ff

RGB 64128255
HSL0.611.000.63
HSV220°75°100°
CMYK 0.750.500.00   0.00
XYZ27.883523.748397.7220
Yxy23.74830.18670.1590
Hunter Lab48.732216.8523-84.7808
CIE-Lab55.834922.5974-69.0653

#4080ff color RGB value is (64,128,255).

#4080ff hex color red value is 64, green value is 128 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4080ff hue: 0.61 , saturation: 1.00 and the lightness value of 4080ff is 0.63.

The process color (four color CMYK) of #4080ff color hex is 0.75, 0.50, 0.00, 0.00. Web safe color of #4080ff is #3399ff. Color #4080ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000000 11111111
Octal 100 200 377
Decimal 64 128 255
Hex 40 80 FF

RGB Percentages of Color #4080ff

%14.32
%28.64
%57.05

CMYK Percentages of Color #4080ff

%75
%50
%0
%0

Triadic Colors of #4080ff

#4080ff #ff4080 #80ff40

Analogous Colors of #4080ff

#4080ff #5f40ff #40e0ff

Monochromatic Colors of #4080ff

#4080ff

Complementary Color

#4080ff #ffbf40

#4080ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4080ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4080ff Color CSS Codes

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

#4080ff Text Font Color

<p style="color:#4080ff">Text here</p>

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


#4080ff Background Color

<div style="background-color:#4080ff">
Div content here</div>

This div background color is #4080ff


#4080ff Border Color

<div style="border:3px solid #4080ff">
Div here</div>

This div border color is #4080ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,128,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4080ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4080ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4080ff;
  box-shadow:         1px 1px 3px 2px #4080ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,128,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4080ff

Related Colors

#4080ff Color Palettes


Comments

25 Mar 2021, 15:56 Bit125

Doubling blue.

Please login to write comment.