Color Hex Logo

#2984db Color Hex

#2984DB
(41,132,219)
0 Favorites   0 Comments

Color spaces of #2984db

RGB 41132219
HSL0.580.710.51
HSV209°81°86°
CMYK 0.810.400.00   0.14
XYZ21.951922.088470.1243
Yxy22.08840.19230.1935
Hunter Lab46.99831.1265-55.5655
CIE-Lab54.12074.5269-51.8184

#2984db color RGB value is (41,132,219).

#2984db hex color red value is 41, green value is 132 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2984db hue: 0.58 , saturation: 0.71 and the lightness value of 2984db is 0.51.

The process color (four color CMYK) of #2984db color hex is 0.81, 0.40, 0.00, 0.14. Web safe color of #2984db is #3399cc. Color #2984db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000100 11011011
Octal 51 204 333
Decimal 41 132 219
Hex 29 84 DB

RGB Percentages of Color #2984db

%10.46
%33.67
%55.87

CMYK Percentages of Color #2984db

%81
%40
%0
%14

Triadic Colors of #2984db

#2984db #db2984 #84db29

Analogous Colors of #2984db

#2984db #292bdb #29dbd9

Monochromatic Colors of #2984db

#2984db

Complementary Color

#2984db #db8029

#2984db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2984db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2984db Color CSS Codes

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

#2984db Text Font Color

<p style="color:#2984db">Text here</p>

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


#2984db Background Color

<div style="background-color:#2984db">
Div content here</div>

This div background color is #2984db


#2984db Border Color

<div style="border:3px solid #2984db">
Div here</div>

This div border color is #2984db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,132,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2984db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2984db;
  -webkit-box-shadow: 1px 1px 3px 2px #2984db;
  box-shadow:         1px 1px 3px 2px #2984db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,132,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2984db


Comments

No comments written yet.

Please login to write comment.