Color Hex Logo

#397ffb Color Hex

#397FFB
(57,127,251)
0 Favorites   0 Comments

Color spaces of #397ffb

RGB 57127251
HSL0.610.960.60
HSV218°77°98°
CMYK 0.770.490.00   0.02
XYZ26.689323.013694.3022
Yxy23.01360.18530.1598
Hunter Lab47.972515.3559-82.9689
CIE-Lab55.086321.0116-68.0788

#397ffb color RGB value is (57,127,251).

#397ffb hex color red value is 57, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #397ffb hue: 0.61 , saturation: 0.96 and the lightness value of 397ffb is 0.60.

The process color (four color CMYK) of #397ffb color hex is 0.77, 0.49, 0.00, 0.02. Web safe color of #397ffb is #3366ff. Color #397ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111111 11111011
Octal 71 177 373
Decimal 57 127 251
Hex 39 7F FB

RGB Percentages of Color #397ffb

%13.10
%29.20
%57.70

CMYK Percentages of Color #397ffb

%77
%49
%0
%2

Triadic Colors of #397ffb

#397ffb #fb397f #7ffb39

Analogous Colors of #397ffb

#397ffb #5439fb #39e0fb

Monochromatic Colors of #397ffb

#397ffb

Complementary Color

#397ffb #fbb539

#397ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#397ffb Color CSS Codes

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

#397ffb Text Font Color

<p style="color:#397ffb">Text here</p>

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


#397ffb Background Color

<div style="background-color:#397ffb">
Div content here</div>

This div background color is #397ffb


#397ffb Border Color

<div style="border:3px solid #397ffb">
Div here</div>

This div border color is #397ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,127,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #397ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #397ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #397ffb;
  box-shadow:         1px 1px 3px 2px #397ffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,127,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.