Color Hex Logo

#1779ff Color Hex

#1779FF
(23,121,255)
0 Favorites   0 Comments

Color spaces of #1779ff

RGB 23121255
HSL0.601.000.55
HSV215°91°100°
CMYK 0.910.530.00   0.00
XYZ25.240721.076997.3457
Yxy21.07690.17570.1467
Hunter Lab45.909617.7960-93.5805
CIE-Lab53.033623.8256-73.6473

#1779ff color RGB value is (23,121,255).

#1779ff hex color red value is 23, green value is 121 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1779ff hue: 0.60 , saturation: 1.00 and the lightness value of 1779ff is 0.55.

The process color (four color CMYK) of #1779ff color hex is 0.91, 0.53, 0.00, 0.00. Web safe color of #1779ff is #0066ff. Color #1779ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01111001 11111111
Octal 27 171 377
Decimal 23 121 255
Hex 17 79 FF

RGB Percentages of Color #1779ff

%5.76
%30.33
%63.91

CMYK Percentages of Color #1779ff

%91
%53
%0
%0

Triadic Colors of #1779ff

#1779ff #ff1779 #79ff17

Analogous Colors of #1779ff

#1779ff #2917ff #17edff

Monochromatic Colors of #1779ff

#1779ff

Complementary Color

#1779ff #ff9d17

#1779ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1779ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1779ff Color CSS Codes

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

#1779ff Text Font Color

<p style="color:#1779ff">Text here</p>

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


#1779ff Background Color

<div style="background-color:#1779ff">
Div content here</div>

This div background color is #1779ff


#1779ff Border Color

<div style="border:3px solid #1779ff">
Div here</div>

This div border color is #1779ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,121,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1779ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1779ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1779ff;
  box-shadow:         1px 1px 3px 2px #1779ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,121,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1779ff


Comments

No comments written yet.

Please login to write comment.