Color Hex Logo

#204ddd Color Hex

#204DDD
(32,77,221)
0 Favorites   0 Comments

Color spaces of #204ddd

RGB 3277221
HSL0.630.750.50
HSV226°86°87°
CMYK 0.860.650.00   0.13
XYZ16.300710.835369.6389
Yxy10.83530.16840.1120
Hunter Lab32.917030.7895-102.3914
CIE-Lab39.301739.4267-76.9689

#204ddd color RGB value is (32,77,221).

#204ddd hex color red value is 32, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #204ddd hue: 0.63 , saturation: 0.75 and the lightness value of 204ddd is 0.50.

The process color (four color CMYK) of #204ddd color hex is 0.86, 0.65, 0.00, 0.13. Web safe color of #204ddd is #3366cc. Color #204ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001101 11011101
Octal 40 115 335
Decimal 32 77 221
Hex 20 4D DD

RGB Percentages of Color #204ddd

%9.70
%23.33
%66.97

CMYK Percentages of Color #204ddd

%86
%65
%0
%13

Triadic Colors of #204ddd

#204ddd #dd204d #4ddd20

Analogous Colors of #204ddd

#204ddd #5120dd #20acdd

Monochromatic Colors of #204ddd

#204ddd

Complementary Color

#204ddd #ddb020

#204ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#204ddd Color CSS Codes

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

#204ddd Text Font Color

<p style="color:#204ddd">Text here</p>

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


#204ddd Background Color

<div style="background-color:#204ddd">
Div content here</div>

This div background color is #204ddd


#204ddd Border Color

<div style="border:3px solid #204ddd">
Div here</div>

This div border color is #204ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,77,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #204ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #204ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #204ddd;
  box-shadow:         1px 1px 3px 2px #204ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,77,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 #204ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204ddd


Comments

No comments written yet.

Please login to write comment.