Color Hex Logo

#2976fb Color Hex

#2976FB
(41,118,251)
0 Favorites   0 Comments

Color spaces of #2976fb

RGB 41118251
HSL0.610.960.57
HSV218°84°98°
CMYK 0.840.530.00   0.02
XYZ24.805520.393393.8957
Yxy20.39330.17830.1466
Hunter Lab45.158919.0207-91.6661
CIE-Lab52.279025.2202-72.6447

#2976fb color RGB value is (41,118,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110110 11111011
Octal 51 166 373
Decimal 41 118 251
Hex 29 76 FB

RGB Percentages of Color #2976fb

%10.00
%28.78
%61.22

CMYK Percentages of Color #2976fb

%84
%53
%0
%2

Triadic Colors of #2976fb

#2976fb #fb2976 #76fb29

Analogous Colors of #2976fb

#2976fb #4529fb #29dffb

Monochromatic Colors of #2976fb

#2976fb

Complementary Color

#2976fb #fbae29

#2976fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2976fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2976fb Color CSS Codes

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

#2976fb Text Font Color

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

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


#2976fb Background Color

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

This div background color is #2976fb


#2976fb Border Color

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

This div border color is #2976fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2976fb


Comments

No comments written yet.

Please login to write comment.