Color Hex Logo

#1955db Color Hex

#1955DB
(25,85,219)
0 Favorites   0 Comments

Color spaces of #1955db

RGB 2585219
HSL0.620.800.48
HSV221°89°86°
CMYK 0.890.610.00   0.14
XYZ16.435611.818168.4327
Yxy11.81810.17000.1222
Hunter Lab34.377525.1789-93.9600
CIE-Lab40.925533.1915-73.1685

#1955db color RGB value is (25,85,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010101 11011011
Octal 31 125 333
Decimal 25 85 219
Hex 19 55 DB

RGB Percentages of Color #1955db

%7.60
%25.84
%66.57

CMYK Percentages of Color #1955db

%89
%61
%0
%14

Triadic Colors of #1955db

#1955db #db1955 #55db19

Analogous Colors of #1955db

#1955db #3e19db #19b6db

Monochromatic Colors of #1955db

#1955db

Complementary Color

#1955db #db9f19

#1955db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1955db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1955db Color CSS Codes

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

#1955db Text Font Color

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

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


#1955db Background Color

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

This div background color is #1955db


#1955db Border Color

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

This div border color is #1955db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1955db


Comments

No comments written yet.

Please login to write comment.