Color Hex Logo

#399bdb Color Hex

#399BDB
(57,155,219)
0 Favorites   0 Comments

Color spaces of #399bdb

RGB 57155219
HSL0.570.690.54
HSV204°74°86°
CMYK 0.740.290.00   0.14
XYZ26.194929.427071.3172
Yxy29.42700.20640.2318
Hunter Lab54.2467-8.7367-39.9749
CIE-Lab61.1566-7.1878-40.6613

#399bdb color RGB value is (57,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011011 11011011
Octal 71 233 333
Decimal 57 155 219
Hex 39 9B DB

RGB Percentages of Color #399bdb

%13.23
%35.96
%50.81

CMYK Percentages of Color #399bdb

%74
%29
%0
%14

Triadic Colors of #399bdb

#399bdb #db399b #9bdb39

Analogous Colors of #399bdb

#399bdb #394adb #39dbca

Monochromatic Colors of #399bdb

#399bdb

Complementary Color

#399bdb #db7939

#399bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#399bdb Color CSS Codes

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

#399bdb Text Font Color

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

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


#399bdb Background Color

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

This div background color is #399bdb


#399bdb Border Color

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

This div border color is #399bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399bdb


Comments

No comments written yet.

Please login to write comment.