Color Hex Logo

#204cbb Color Hex

#204CBB
(32,76,187)
0 Favorites   0 Comments

Color spaces of #204cbb

RGB 3276187
HSL0.620.710.43
HSV223°83°73°
CMYK 0.830.590.00   0.27
XYZ12.14979.063848.1228
Yxy9.06380.17520.1307
Hunter Lab30.106119.3501-73.6971
CIE-Lab36.106827.2731-62.5052

#204cbb color RGB value is (32,76,187).

#204cbb hex color red value is 32, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #204cbb hue: 0.62 , saturation: 0.71 and the lightness value of 204cbb is 0.43.

The process color (four color CMYK) of #204cbb color hex is 0.83, 0.59, 0.00, 0.27. Web safe color of #204cbb is #3333cc. Color #204cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001100 10111011
Octal 40 114 273
Decimal 32 76 187
Hex 20 4C BB

RGB Percentages of Color #204cbb

%10.85
%25.76
%63.39

CMYK Percentages of Color #204cbb

%83
%59
%0
%27

Triadic Colors of #204cbb

#204cbb #bb204c #4cbb20

Analogous Colors of #204cbb

#204cbb #4220bb #209abb

Monochromatic Colors of #204cbb

#204cbb

Complementary Color

#204cbb #bb8f20

#204cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#204cbb Color CSS Codes

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

#204cbb Text Font Color

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

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


#204cbb Background Color

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

This div background color is #204cbb


#204cbb Border Color

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

This div border color is #204cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,76,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204cbb


Comments

No comments written yet.

Please login to write comment.