Color Hex Logo

#399fdb Color Hex

#399FDB
(57,159,219)
0 Favorites   0 Comments

Color spaces of #399fdb

RGB 57159219
HSL0.560.690.54
HSV202°74°86°
CMYK 0.740.270.00   0.14
XYZ26.871730.780671.5428
Yxy30.78060.20800.2382
Hunter Lab55.4803-10.6345-37.6193
CIE-Lab62.3220-9.4323-38.8350

#399fdb color RGB value is (57,159,219).

#399fdb hex color red value is 57, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #399fdb hue: 0.56 , saturation: 0.69 and the lightness value of 399fdb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011111 11011011
Octal 71 237 333
Decimal 57 159 219
Hex 39 9F DB

RGB Percentages of Color #399fdb

%13.10
%36.55
%50.34

CMYK Percentages of Color #399fdb

%74
%27
%0
%14

Triadic Colors of #399fdb

#399fdb #db399f #9fdb39

Analogous Colors of #399fdb

#399fdb #394edb #39dbc6

Monochromatic Colors of #399fdb

#399fdb

Complementary Color

#399fdb #db7539

#399fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#399fdb Color CSS Codes

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

#399fdb Text Font Color

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

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


#399fdb Background Color

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

This div background color is #399fdb


#399fdb Border Color

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

This div border color is #399fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399fdb


Comments

No comments written yet.

Please login to write comment.