Color Hex Logo

#0551dd Color Hex

#0551DD
(5,81,221)
0 Favorites   0 Comments

Color spaces of #0551dd

RGB 581221
HSL0.610.960.44
HSV219°98°87°
CMYK 0.980.630.00   0.13
XYZ16.056211.137669.7101
Yxy11.13760.16570.1149
Hunter Lab33.373027.4758-100.4847
CIE-Lab39.811335.8343-76.1490

#0551dd color RGB value is (5,81,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010001 11011101
Octal 5 121 335
Decimal 5 81 221
Hex 5 51 DD

RGB Percentages of Color #0551dd

%1.63
%26.38
%71.99

CMYK Percentages of Color #0551dd

%98
%63
%0
%13

Triadic Colors of #0551dd

#0551dd #dd0551 #51dd05

Analogous Colors of #0551dd

#0551dd #2505dd #05bddd

Monochromatic Colors of #0551dd

#0551dd

Complementary Color

#0551dd #dd9105

#0551dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0551dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0551dd Color CSS Codes

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

#0551dd Text Font Color

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

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


#0551dd Background Color

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

This div background color is #0551dd


#0551dd Border Color

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

This div border color is #0551dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0551dd


Comments

No comments written yet.

Please login to write comment.