Color Hex Logo

#357ffb Color Hex

#357FFB
(53,127,251)
0 Favorites   0 Comments

Color spaces of #357ffb

RGB 53127251
HSL0.600.960.60
HSV218°79°98°
CMYK 0.790.490.00   0.02
XYZ26.470222.900794.2919
Yxy22.90070.18430.1594
Hunter Lab47.854714.9893-83.3256
CIE-Lab54.969920.6151-68.2726

#357ffb color RGB value is (53,127,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111111 11111011
Octal 65 177 373
Decimal 53 127 251
Hex 35 7F FB

RGB Percentages of Color #357ffb

%12.30
%29.47
%58.24

CMYK Percentages of Color #357ffb

%79
%49
%0
%2

Triadic Colors of #357ffb

#357ffb #fb357f #7ffb35

Analogous Colors of #357ffb

#357ffb #4e35fb #35e2fb

Monochromatic Colors of #357ffb

#357ffb

Complementary Color

#357ffb #fbb135

#357ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#357ffb Color CSS Codes

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

#357ffb Text Font Color

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

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


#357ffb Background Color

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

This div background color is #357ffb


#357ffb Border Color

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

This div border color is #357ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.