Color Hex Logo

#054fdd Color Hex

#054FDD
(5,79,221)
0 Favorites   0 Comments

Color spaces of #054fdd

RGB 579221
HSL0.610.960.44
HSV219°98°87°
CMYK 0.980.640.00   0.13
XYZ15.909710.844769.6613
Yxy10.84470.16500.1125
Hunter Lab32.931328.6068-102.3674
CIE-Lab39.317737.1186-76.9599

#054fdd color RGB value is (5,79,221).

#054fdd hex color red value is 5, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #054fdd hue: 0.61 , saturation: 0.96 and the lightness value of 054fdd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001111 11011101
Octal 5 117 335
Decimal 5 79 221
Hex 5 4F DD

RGB Percentages of Color #054fdd

%1.64
%25.90
%72.46

CMYK Percentages of Color #054fdd

%98
%64
%0
%13

Triadic Colors of #054fdd

#054fdd #dd054f #4fdd05

Analogous Colors of #054fdd

#054fdd #2705dd #05bbdd

Monochromatic Colors of #054fdd

#054fdd

Complementary Color

#054fdd #dd9305

#054fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#054fdd Color CSS Codes

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

#054fdd Text Font Color

<p style="color:#054fdd">Text here</p>

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


#054fdd Background Color

<div style="background-color:#054fdd">
Div content here</div>

This div background color is #054fdd


#054fdd Border Color

<div style="border:3px solid #054fdd">
Div here</div>

This div border color is #054fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,79,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #054fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #054fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #054fdd;
  box-shadow:         1px 1px 3px 2px #054fdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054fdd


Comments

No comments written yet.

Please login to write comment.