Color Hex Logo

#059bf7 Color Hex

#059BF7
(5,155,247)
0 Favorites   0 Comments

Color spaces of #059bf7

RGB 5155247
HSL0.560.960.49
HSV203°98°97°
CMYK 0.980.370.00   0.03
XYZ28.572430.190492.3171
Yxy30.19040.18910.1998
Hunter Lab54.9458-3.3332-61.1540
CIE-Lab61.8182-0.4787-55.1250

#059bf7 color RGB value is (5,155,247).

#059bf7 hex color red value is 5, green value is 155 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #059bf7 hue: 0.56 , saturation: 0.96 and the lightness value of 059bf7 is 0.49.

The process color (four color CMYK) of #059bf7 color hex is 0.98, 0.37, 0.00, 0.03. Web safe color of #059bf7 is #0099ff. Color #059bf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011011 11110111
Octal 5 233 367
Decimal 5 155 247
Hex 5 9B F7

RGB Percentages of Color #059bf7

%1.23
%38.08
%60.69

CMYK Percentages of Color #059bf7

%98
%37
%0
%3

Triadic Colors of #059bf7

#059bf7 #f7059b #9bf705

Analogous Colors of #059bf7

#059bf7 #0522f7 #05f7da

Monochromatic Colors of #059bf7

#059bf7

Complementary Color

#059bf7 #f76105

#059bf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059bf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059bf7 Color CSS Codes

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

#059bf7 Text Font Color

<p style="color:#059bf7">Text here</p>

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


#059bf7 Background Color

<div style="background-color:#059bf7">
Div content here</div>

This div background color is #059bf7


#059bf7 Border Color

<div style="border:3px solid #059bf7">
Div here</div>

This div border color is #059bf7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,155,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #059bf7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #059bf7;
  -webkit-box-shadow: 1px 1px 3px 2px #059bf7;
  box-shadow:         1px 1px 3px 2px #059bf7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059bf7


Comments

No comments written yet.

Please login to write comment.