Color Hex Logo

#044fdf Color Hex

#044FDF
(4,79,223)
0 Favorites   0 Comments

Color spaces of #044fdf

RGB 479223
HSL0.610.960.45
HSV219°98°87°
CMYK 0.980.650.00   0.13
XYZ16.165310.945571.0727
Yxy10.94550.16460.1115
Hunter Lab33.084029.3206-104.2110
CIE-Lab39.488537.8500-77.8214

#044fdf color RGB value is (4,79,223).

#044fdf hex color red value is 4, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #044fdf hue: 0.61 , saturation: 0.96 and the lightness value of 044fdf is 0.45.

The process color (four color CMYK) of #044fdf color hex is 0.98, 0.65, 0.00, 0.13. Web safe color of #044fdf is #0066cc. Color #044fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001111 11011111
Octal 4 117 337
Decimal 4 79 223
Hex 4 4F DF

RGB Percentages of Color #044fdf

%1.31
%25.82
%72.88

CMYK Percentages of Color #044fdf

%98
%65
%0
%13

Triadic Colors of #044fdf

#044fdf #df044f #4fdf04

Analogous Colors of #044fdf

#044fdf #2604df #04bddf

Monochromatic Colors of #044fdf

#044fdf

Complementary Color

#044fdf #df9404

#044fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#044fdf Color CSS Codes

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

#044fdf Text Font Color

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

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


#044fdf Background Color

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

This div background color is #044fdf


#044fdf Border Color

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

This div border color is #044fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044fdf


Comments

No comments written yet.

Please login to write comment.