Color Hex Logo

#0590fb Color Hex

#0590FB
(5,144,251)
0 Favorites   0 Comments

Color spaces of #0590fb

RGB 5144251
HSL0.570.970.50
HSV206°98°98°
CMYK 0.980.430.00   0.02
XYZ27.448426.943895.0208
Yxy26.94380.18370.1803
Hunter Lab51.90743.5520-72.2000
CIE-Lab58.92237.5526-61.9481

#0590fb color RGB value is (5,144,251).

#0590fb hex color red value is 5, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0590fb hue: 0.57 , saturation: 0.97 and the lightness value of 0590fb is 0.50.

The process color (four color CMYK) of #0590fb color hex is 0.98, 0.43, 0.00, 0.02. Web safe color of #0590fb is #0099ff. Color #0590fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010000 11111011
Octal 5 220 373
Decimal 5 144 251
Hex 5 90 FB

RGB Percentages of Color #0590fb

%1.25
%36.00
%62.75

CMYK Percentages of Color #0590fb

%98
%43
%0
%2

Triadic Colors of #0590fb

#0590fb #fb0590 #90fb05

Analogous Colors of #0590fb

#0590fb #0515fb #05fbeb

Monochromatic Colors of #0590fb

#0590fb

Complementary Color

#0590fb #fb7005

#0590fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0590fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0590fb Color CSS Codes

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

#0590fb Text Font Color

<p style="color:#0590fb">Text here</p>

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


#0590fb Background Color

<div style="background-color:#0590fb">
Div content here</div>

This div background color is #0590fb


#0590fb Border Color

<div style="border:3px solid #0590fb">
Div here</div>

This div border color is #0590fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,144,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0590fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0590fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0590fb;
  box-shadow:         1px 1px 3px 2px #0590fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,144,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 #0590fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0590fb


Comments

No comments written yet.

Please login to write comment.