Color Hex Logo

#509ddb Color Hex

#509DDB
(80,157,219)
0 Favorites   0 Comments

Color spaces of #509ddb

RGB 80157219
HSL0.570.660.59
HSV207°63°86°
CMYK 0.630.280.00   0.14
XYZ28.151430.933971.5049
Yxy30.93390.21560.2369
Hunter Lab55.6183-6.9835-37.2927
CIE-Lab62.4518-4.8631-38.5805

#509ddb color RGB value is (80,157,219).

#509ddb hex color red value is 80, green value is 157 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #509ddb hue: 0.57 , saturation: 0.66 and the lightness value of 509ddb is 0.59.

The process color (four color CMYK) of #509ddb color hex is 0.63, 0.28, 0.00, 0.14. Web safe color of #509ddb is #6699cc. Color #509ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011101 11011011
Octal 120 235 333
Decimal 80 157 219
Hex 50 9D DB

RGB Percentages of Color #509ddb

%17.54
%34.43
%48.03

CMYK Percentages of Color #509ddb

%63
%28
%0
%14

Triadic Colors of #509ddb

#509ddb #db509d #9ddb50

Analogous Colors of #509ddb

#509ddb #5058db #50dbd4

Monochromatic Colors of #509ddb

#509ddb

Complementary Color

#509ddb #db8e50

#509ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#509ddb Color CSS Codes

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

#509ddb Text Font Color

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

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


#509ddb Background Color

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

This div background color is #509ddb


#509ddb Border Color

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

This div border color is #509ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509ddb


Comments

No comments written yet.

Please login to write comment.