Color Hex Logo

#1c57db Color Hex

#1C57DB
(28,87,219)
0 Favorites   0 Comments

Color spaces of #1c57db

RGB 2887219
HSL0.620.770.48
HSV221°87°86°
CMYK 0.870.600.00   0.14
XYZ16.673312.177768.4896
Yxy12.17770.17130.1251
Hunter Lab34.896624.2169-91.9377
CIE-Lab41.497232.0641-72.2304

#1c57db color RGB value is (28,87,219).

#1c57db hex color red value is 28, green value is 87 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1c57db hue: 0.62 , saturation: 0.77 and the lightness value of 1c57db is 0.48.

The process color (four color CMYK) of #1c57db color hex is 0.87, 0.60, 0.00, 0.14. Web safe color of #1c57db is #3366cc. Color #1c57db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01010111 11011011
Octal 34 127 333
Decimal 28 87 219
Hex 1C 57 DB

RGB Percentages of Color #1c57db

%8.38
%26.05
%65.57

CMYK Percentages of Color #1c57db

%87
%60
%0
%14

Triadic Colors of #1c57db

#1c57db #db1c57 #57db1c

Analogous Colors of #1c57db

#1c57db #411cdb #1cb7db

Monochromatic Colors of #1c57db

#1c57db

Complementary Color

#1c57db #dba01c

#1c57db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c57db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c57db Color CSS Codes

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

#1c57db Text Font Color

<p style="color:#1c57db">Text here</p>

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


#1c57db Background Color

<div style="background-color:#1c57db">
Div content here</div>

This div background color is #1c57db


#1c57db Border Color

<div style="border:3px solid #1c57db">
Div here</div>

This div border color is #1c57db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,87,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c57db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c57db;
  -webkit-box-shadow: 1px 1px 3px 2px #1c57db;
  box-shadow:         1px 1px 3px 2px #1c57db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,87,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 #1c57db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c57db


Comments

No comments written yet.

Please login to write comment.