Color Hex Logo

#057bff Color Hex

#057BFF
(5,123,255)
0 Favorites   0 Comments

Color spaces of #057bff

RGB 5123255
HSL0.591.000.51
HSV212°98°100°
CMYK 0.980.520.00   0.00
XYZ25.195521.418297.4139
Yxy21.41820.17490.1487
Hunter Lab46.279816.1887-92.4031
CIE-Lab53.404222.0361-73.0532

#057bff color RGB value is (5,123,255).

#057bff hex color red value is 5, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #057bff hue: 0.59 , saturation: 1.00 and the lightness value of 057bff is 0.51.

The process color (four color CMYK) of #057bff color hex is 0.98, 0.52, 0.00, 0.00. Web safe color of #057bff is #0066ff. Color #057bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111011 11111111
Octal 5 173 377
Decimal 5 123 255
Hex 5 7B FF

RGB Percentages of Color #057bff

%1.31
%32.11
%66.58

CMYK Percentages of Color #057bff

%98
%52
%0
%0

Triadic Colors of #057bff

#057bff #ff057b #7bff05

Analogous Colors of #057bff

#057bff #0c05ff #05f8ff

Monochromatic Colors of #057bff

#057bff

Complementary Color

#057bff #ff8905

#057bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#057bff Color CSS Codes

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

#057bff Text Font Color

<p style="color:#057bff">Text here</p>

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


#057bff Background Color

<div style="background-color:#057bff">
Div content here</div>

This div background color is #057bff


#057bff Border Color

<div style="border:3px solid #057bff">
Div here</div>

This div border color is #057bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,123,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #057bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #057bff;
  -webkit-box-shadow: 1px 1px 3px 2px #057bff;
  box-shadow:         1px 1px 3px 2px #057bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,123,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057bff


Comments

No comments written yet.

Please login to write comment.