Color Hex Logo

#0055d2 Color Hex

#0055D2
(0,85,210)
0 Favorites   0 Comments

Color spaces of #0055d2

RGB 085210
HSL0.601.000.41
HSV216°100°82°
CMYK 1.000.600.00   0.18
XYZ14.881411.150162.3406
Yxy11.15010.16840.1262
Hunter Lab33.391821.1149-87.3170
CIE-Lab39.832128.8316-69.8112

#0055d2 color RGB value is (0,85,210).

#0055d2 hex color red value is 0, green value is 85 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #0055d2 hue: 0.60 , saturation: 1.00 and the lightness value of 0055d2 is 0.41.

The process color (four color CMYK) of #0055d2 color hex is 1.00, 0.60, 0.00, 0.18. Web safe color of #0055d2 is #0066cc. Color #0055d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010101 11010010
Octal 0 125 322
Decimal 0 85 210
Hex 0 55 D2

RGB Percentages of Color #0055d2

%0.00
%28.81
%71.19

CMYK Percentages of Color #0055d2

%100
%60
%0
%18

Triadic Colors of #0055d2

#0055d2 #d20055 #55d200

Analogous Colors of #0055d2

#0055d2 #1400d2 #00bed2

Monochromatic Colors of #0055d2

#0055d2

Complementary Color

#0055d2 #d27d00

#0055d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0055d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0055d2 Color CSS Codes

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

#0055d2 Text Font Color

<p style="color:#0055d2">Text here</p>

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


#0055d2 Background Color

<div style="background-color:#0055d2">
Div content here</div>

This div background color is #0055d2


#0055d2 Border Color

<div style="border:3px solid #0055d2">
Div here</div>

This div border color is #0055d2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,85,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0055d2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0055d2;
  -webkit-box-shadow: 1px 1px 3px 2px #0055d2;
  box-shadow:         1px 1px 3px 2px #0055d2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0055d2


Comments

No comments written yet.

Please login to write comment.