Color Hex Logo

#1984db Color Hex

#1984DB
(25,132,219)
0 Favorites   0 Comments

Color spaces of #1984db

RGB 25132219
HSL0.570.800.48
HSV207°89°86°
CMYK 0.890.400.00   0.14
XYZ21.438321.823770.1003
Yxy21.82370.18910.1925
Hunter Lab46.71580.1625-56.2676
CIE-Lab53.83943.3277-52.2836

#1984db color RGB value is (25,132,219).

#1984db hex color red value is 25, green value is 132 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1984db hue: 0.57 , saturation: 0.80 and the lightness value of 1984db is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000100 11011011
Octal 31 204 333
Decimal 25 132 219
Hex 19 84 DB

RGB Percentages of Color #1984db

%6.65
%35.11
%58.24

CMYK Percentages of Color #1984db

%89
%40
%0
%14

Triadic Colors of #1984db

#1984db #db1984 #84db19

Analogous Colors of #1984db

#1984db #1923db #19dbd1

Monochromatic Colors of #1984db

#1984db

Complementary Color

#1984db #db7019

#1984db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1984db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1984db Color CSS Codes

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

#1984db Text Font Color

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

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


#1984db Background Color

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

This div background color is #1984db


#1984db Border Color

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

This div border color is #1984db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1984db


Comments

No comments written yet.

Please login to write comment.