Color Hex Logo

#1770db Color Hex

#1770DB
(23,112,219)
0 Favorites   0 Comments

Color spaces of #1770db

RGB 23112219
HSL0.590.810.47
HSV213°89°86°
CMYK 0.890.490.00   0.14
XYZ18.933716.885069.2790
Yxy16.88500.18020.1607
Hunter Lab41.091410.3377-71.1975
CIE-Lab48.114815.6562-61.4765

#1770db color RGB value is (23,112,219).

#1770db hex color red value is 23, green value is 112 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1770db hue: 0.59 , saturation: 0.81 and the lightness value of 1770db is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 01110000 11011011
Octal 27 160 333
Decimal 23 112 219
Hex 17 70 DB

RGB Percentages of Color #1770db

%6.50
%31.64
%61.86

CMYK Percentages of Color #1770db

%89
%49
%0
%14

Triadic Colors of #1770db

#1770db #db1770 #70db17

Analogous Colors of #1770db

#1770db #2017db #17d2db

Monochromatic Colors of #1770db

#1770db

Complementary Color

#1770db #db8217

#1770db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1770db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1770db Color CSS Codes

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

#1770db Text Font Color

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

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


#1770db Background Color

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

This div background color is #1770db


#1770db Border Color

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

This div border color is #1770db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1770db


Comments

No comments written yet.

Please login to write comment.