Color Hex Logo

#509bcb Color Hex

#509BCB
(80,155,203)
0 Favorites   0 Comments

Color spaces of #509bcb

RGB 80155203
HSL0.570.540.55
HSV203°61°80°
CMYK 0.610.240.00   0.20
XYZ25.809129.460060.8260
Yxy29.46000.22230.2538
Hunter Lab54.2771-10.1070-28.4498
CIE-Lab61.1855-8.9174-31.6391

#509bcb color RGB value is (80,155,203).

#509bcb hex color red value is 80, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #509bcb hue: 0.57 , saturation: 0.54 and the lightness value of 509bcb is 0.55.

The process color (four color CMYK) of #509bcb color hex is 0.61, 0.24, 0.00, 0.20. Web safe color of #509bcb is #6699cc. Color #509bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011011 11001011
Octal 120 233 313
Decimal 80 155 203
Hex 50 9B CB

RGB Percentages of Color #509bcb

%18.26
%35.39
%46.35

CMYK Percentages of Color #509bcb

%61
%24
%0
%20

Triadic Colors of #509bcb

#509bcb #cb509b #9bcb50

Analogous Colors of #509bcb

#509bcb #505ecb #50cbbe

Monochromatic Colors of #509bcb

#509bcb

Complementary Color

#509bcb #cb8050

#509bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#509bcb Color CSS Codes

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

#509bcb Text Font Color

<p style="color:#509bcb">Text here</p>

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


#509bcb Background Color

<div style="background-color:#509bcb">
Div content here</div>

This div background color is #509bcb


#509bcb Border Color

<div style="border:3px solid #509bcb">
Div here</div>

This div border color is #509bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,155,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #509bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #509bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #509bcb;
  box-shadow:         1px 1px 3px 2px #509bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,155,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509bcb


Comments

No comments written yet.

Please login to write comment.