Color Hex Logo

#319fdd Color Hex

#319FDD
(49,159,221)
0 Favorites   0 Comments

Color spaces of #319fdd

RGB 49159221
HSL0.560.720.53
HSV202°78°87°
CMYK 0.780.280.00   0.13
XYZ26.715930.669772.9184
Yxy30.66970.20500.2354
Hunter Lab55.3802-10.8055-39.3002
CIE-Lab62.2278-9.6618-40.1047

#319fdd color RGB value is (49,159,221).

#319fdd hex color red value is 49, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #319fdd hue: 0.56 , saturation: 0.72 and the lightness value of 319fdd is 0.53.

The process color (four color CMYK) of #319fdd color hex is 0.78, 0.28, 0.00, 0.13. Web safe color of #319fdd is #3399cc. Color #319fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011111 11011101
Octal 61 237 335
Decimal 49 159 221
Hex 31 9F DD

RGB Percentages of Color #319fdd

%11.42
%37.06
%51.52

CMYK Percentages of Color #319fdd

%78
%28
%0
%13

Triadic Colors of #319fdd

#319fdd #dd319f #9fdd31

Analogous Colors of #319fdd

#319fdd #3149dd #31ddc5

Monochromatic Colors of #319fdd

#319fdd

Complementary Color

#319fdd #dd6f31

#319fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#319fdd Color CSS Codes

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

#319fdd Text Font Color

<p style="color:#319fdd">Text here</p>

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


#319fdd Background Color

<div style="background-color:#319fdd">
Div content here</div>

This div background color is #319fdd


#319fdd Border Color

<div style="border:3px solid #319fdd">
Div here</div>

This div border color is #319fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,159,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #319fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #319fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #319fdd;
  box-shadow:         1px 1px 3px 2px #319fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,159,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319fdd


Comments

No comments written yet.

Please login to write comment.