Color Hex Logo

#2255dd Color Hex

#2255DD
(34,85,221)
0 Favorites   0 Comments

Color spaces of #2255dd

RGB 3485221
HSL0.620.730.50
HSV224°85°87°
CMYK 0.850.620.00   0.13
XYZ16.959312.057569.8401
Yxy12.05750.17160.1220
Hunter Lab34.723926.4133-94.9431
CIE-Lab41.307434.4735-73.6767

#2255dd color RGB value is (34,85,221).

#2255dd hex color red value is 34, green value is 85 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2255dd hue: 0.62 , saturation: 0.73 and the lightness value of 2255dd is 0.50.

The process color (four color CMYK) of #2255dd color hex is 0.85, 0.62, 0.00, 0.13. Web safe color of #2255dd is #3366cc. Color #2255dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01010101 11011101
Octal 42 125 335
Decimal 34 85 221
Hex 22 55 DD

RGB Percentages of Color #2255dd

%10.00
%25.00
%65.00

CMYK Percentages of Color #2255dd

%85
%62
%0
%13

Triadic Colors of #2255dd

#2255dd #dd2255 #55dd22

Analogous Colors of #2255dd

#2255dd #4d22dd #22b3dd

Monochromatic Colors of #2255dd

#2255dd

Complementary Color

#2255dd #ddaa22

#2255dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2255dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2255dd Color CSS Codes

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

#2255dd Text Font Color

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

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


#2255dd Background Color

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

This div background color is #2255dd


#2255dd Border Color

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

This div border color is #2255dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2255dd


Comments

No comments written yet.

Please login to write comment.