Color Hex Logo

#0550dd Color Hex

#0550DD
(5,80,221)
0 Favorites   0 Comments

Color spaces of #0550dd

RGB 580221
HSL0.610.960.44
HSV219°98°87°
CMYK 0.980.640.00   0.13
XYZ15.982410.990069.6855
Yxy10.99000.16540.1137
Hunter Lab33.151228.0415-101.4249
CIE-Lab39.563636.4776-76.5557

#0550dd color RGB value is (5,80,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010000 11011101
Octal 5 120 335
Decimal 5 80 221
Hex 5 50 DD

RGB Percentages of Color #0550dd

%1.63
%26.14
%72.22

CMYK Percentages of Color #0550dd

%98
%64
%0
%13

Triadic Colors of #0550dd

#0550dd #dd0550 #50dd05

Analogous Colors of #0550dd

#0550dd #2605dd #05bcdd

Monochromatic Colors of #0550dd

#0550dd

Complementary Color

#0550dd #dd9205

#0550dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0550dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0550dd Color CSS Codes

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

#0550dd Text Font Color

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

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


#0550dd Background Color

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

This div background color is #0550dd


#0550dd Border Color

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

This div border color is #0550dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0550dd


Comments

No comments written yet.

Please login to write comment.