color codes Logo

#0584dd color codes

#0584DD
(5,132,221)
0 Favorites   0 Comments

Color spaces of #0584dd

RGB 5132221
HSL0.570.960.44
HSV205°98°87°
CMYK 0.980.400.00   0.13
XYZ21.365021.755371.4797
Yxy21.75530.18640.1898
Hunter Lab46.64260.1388-58.2121
CIE-Lab53.76643.2953-53.5349

#0584dd color RGB value is (5,132,221).

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

The process color (four color CMYK) of #0584dd color code is 0.98, 0.40, 0.00, 0.13. Web safe color of #0584dd is #0099cc. Color #0584dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000100 11011101
Octal 5 204 335
Decimal 5 132 221
Hex 5 84 DD

RGB Percentages of Color #0584dd

%1.40
%36.87
%61.73

CMYK Percentages of Color #0584dd

%98
%40
%0
%13

Triadic Colors of #0584dd

#0584dd #dd0584 #84dd05

Analogous Colors of #0584dd

#0584dd #0518dd #05ddca

Monochromatic Colors of #0584dd

#0584dd

Complementary Color

#0584dd #dd5e05

#0584dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0584dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0584dd Color CSS Codes

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

#0584dd Text Font Color

<p style="color:#0584dd">Text here</p>

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


#0584dd Background Color

<div style="background-color:#0584dd">
Div content here</div>

This div background color is #0584dd


#0584dd Border Color

<div style="border:3px solid #0584dd">
Div here</div>

This div border color is #0584dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,132,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 #0584dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0584dd


Comments

No comments written yet.

Please login to write comment.