Color Hex Logo

#509fdb Color Hex

#509FDB
(80,159,219)
0 Favorites   0 Comments

Color spaces of #509fdb

RGB 80159219
HSL0.570.660.59
HSV206°63°86°
CMYK 0.630.270.00   0.14
XYZ28.492631.616271.6187
Yxy31.61620.21630.2400
Hunter Lab56.2283-7.9481-36.1586
CIE-Lab63.0244-5.9901-37.6854

#509fdb color RGB value is (80,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011111 11011011
Octal 120 237 333
Decimal 80 159 219
Hex 50 9F DB

RGB Percentages of Color #509fdb

%17.47
%34.72
%47.82

CMYK Percentages of Color #509fdb

%63
%27
%0
%14

Triadic Colors of #509fdb

#509fdb #db509f #9fdb50

Analogous Colors of #509fdb

#509fdb #505adb #50dbd2

Monochromatic Colors of #509fdb

#509fdb

Complementary Color

#509fdb #db8c50

#509fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#509fdb Color CSS Codes

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

#509fdb Text Font Color

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

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


#509fdb Background Color

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

This div background color is #509fdb


#509fdb Border Color

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

This div border color is #509fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509fdb


Comments

No comments written yet.

Please login to write comment.