Color Hex Logo

#044aff Color Hex

#044AFF
(4,74,255)
0 Favorites   0 Comments

Color spaces of #044aff

RGB 474255
HSL0.621.000.51
HSV223°98°100°
CMYK 0.980.710.00   0.00
XYZ20.548812.143495.8686
Yxy12.14340.15980.0945
Hunter Lab34.847444.2749-138.7195
CIE-Lab41.443152.4911-92.6513

#044aff color RGB value is (4,74,255).

#044aff hex color red value is 4, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #044aff hue: 0.62 , saturation: 1.00 and the lightness value of 044aff is 0.51.

The process color (four color CMYK) of #044aff color hex is 0.98, 0.71, 0.00, 0.00. Web safe color of #044aff is #0033ff. Color #044aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001010 11111111
Octal 4 112 377
Decimal 4 74 255
Hex 4 4A FF

RGB Percentages of Color #044aff

%1.20
%22.22
%76.58

CMYK Percentages of Color #044aff

%98
%71
%0
%0

Triadic Colors of #044aff

#044aff #ff044a #4aff04

Analogous Colors of #044aff

#044aff #3b04ff #04c8ff

Monochromatic Colors of #044aff

#044aff

Complementary Color

#044aff #ffb904

#044aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#044aff Color CSS Codes

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

#044aff Text Font Color

<p style="color:#044aff">Text here</p>

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


#044aff Background Color

<div style="background-color:#044aff">
Div content here</div>

This div background color is #044aff


#044aff Border Color

<div style="border:3px solid #044aff">
Div here</div>

This div border color is #044aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,74,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #044aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #044aff;
  -webkit-box-shadow: 1px 1px 3px 2px #044aff;
  box-shadow:         1px 1px 3px 2px #044aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,74,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 #044aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044aff


Comments

No comments written yet.

Please login to write comment.