Color Hex Logo

#2990fb Color Hex

#2990FB
(41,144,251)
0 Favorites   0 Comments

Color spaces of #2990fb

RGB 41144251
HSL0.580.960.57
HSV211°84°98°
CMYK 0.840.430.00   0.02
XYZ28.300327.383095.0606
Yxy27.38300.18770.1817
Hunter Lab52.32884.9605-71.0763
CIE-Lab59.32729.1917-61.2767

#2990fb color RGB value is (41,144,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010000 11111011
Octal 51 220 373
Decimal 41 144 251
Hex 29 90 FB

RGB Percentages of Color #2990fb

%9.40
%33.03
%57.57

CMYK Percentages of Color #2990fb

%84
%43
%0
%2

Triadic Colors of #2990fb

#2990fb #fb2990 #90fb29

Analogous Colors of #2990fb

#2990fb #2b29fb #29f9fb

Monochromatic Colors of #2990fb

#2990fb

Complementary Color

#2990fb #fb9429

#2990fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2990fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2990fb Color CSS Codes

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

#2990fb Text Font Color

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

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


#2990fb Background Color

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

This div background color is #2990fb


#2990fb Border Color

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

This div border color is #2990fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2990fb


Comments

No comments written yet.

Please login to write comment.