Color Hex Logo

#317dfb Color Hex

#317DFB
(49,125,251)
0 Favorites   0 Comments

Color spaces of #317dfb

RGB 49125251
HSL0.600.960.59
HSV217°80°98°
CMYK 0.800.500.00   0.02
XYZ26.012822.285294.1972
Yxy22.28520.18260.1564
Hunter Lab47.207215.7471-85.2622
CIE-Lab54.328321.4889-69.3149

#317dfb color RGB value is (49,125,251).

#317dfb hex color red value is 49, green value is 125 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #317dfb hue: 0.60 , saturation: 0.96 and the lightness value of 317dfb is 0.59.

The process color (four color CMYK) of #317dfb color hex is 0.80, 0.50, 0.00, 0.02. Web safe color of #317dfb is #3366ff. Color #317dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111101 11111011
Octal 61 175 373
Decimal 49 125 251
Hex 31 7D FB

RGB Percentages of Color #317dfb

%11.53
%29.41
%59.06

CMYK Percentages of Color #317dfb

%80
%50
%0
%2

Triadic Colors of #317dfb

#317dfb #fb317d #7dfb31

Analogous Colors of #317dfb

#317dfb #4a31fb #31e2fb

Monochromatic Colors of #317dfb

#317dfb

Complementary Color

#317dfb #fbaf31

#317dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#317dfb Color CSS Codes

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

#317dfb Text Font Color

<p style="color:#317dfb">Text here</p>

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


#317dfb Background Color

<div style="background-color:#317dfb">
Div content here</div>

This div background color is #317dfb


#317dfb Border Color

<div style="border:3px solid #317dfb">
Div here</div>

This div border color is #317dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,125,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #317dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #317dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #317dfb;
  box-shadow:         1px 1px 3px 2px #317dfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317dfb


Comments

No comments written yet.

Please login to write comment.