Color Hex Logo

#509bdd Color Hex

#509BDD
(80,155,221)
0 Favorites   0 Comments

Color spaces of #509bdd

RGB 80155221
HSL0.580.670.59
HSV208°64°87°
CMYK 0.640.300.00   0.13
XYZ28.080830.368672.7883
Yxy30.36860.21400.2314
Hunter Lab55.1077-5.4817-39.7370
CIE-Lab61.9710-3.0694-40.4434

#509bdd color RGB value is (80,155,221).

#509bdd hex color red value is 80, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #509bdd hue: 0.58 , saturation: 0.67 and the lightness value of 509bdd is 0.59.

The process color (four color CMYK) of #509bdd color hex is 0.64, 0.30, 0.00, 0.13. Web safe color of #509bdd is #6699cc. Color #509bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011011 11011101
Octal 120 233 335
Decimal 80 155 221
Hex 50 9B DD

RGB Percentages of Color #509bdd

%17.54
%33.99
%48.46

CMYK Percentages of Color #509bdd

%64
%30
%0
%13

Triadic Colors of #509bdd

#509bdd #dd509b #9bdd50

Analogous Colors of #509bdd

#509bdd #5054dd #50ddd9

Monochromatic Colors of #509bdd

#509bdd

Complementary Color

#509bdd #dd9250

#509bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#509bdd Color CSS Codes

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

#509bdd Text Font Color

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

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


#509bdd Background Color

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

This div background color is #509bdd


#509bdd Border Color

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

This div border color is #509bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,155,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 #509bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509bdd


Comments

No comments written yet.

Please login to write comment.