Color Hex Logo

#318bdd Color Hex

#318BDD
(49,139,221)
0 Favorites   0 Comments

Color spaces of #318bdd

RGB 49139221
HSL0.580.720.53
HSV209°78°87°
CMYK 0.780.370.00   0.13
XYZ23.550424.338771.8632
Yxy24.33870.19670.2032
Hunter Lab49.3343-1.1255-51.8313
CIE-Lab56.42531.8655-49.2608

#318bdd color RGB value is (49,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001011 11011101
Octal 61 213 335
Decimal 49 139 221
Hex 31 8B DD

RGB Percentages of Color #318bdd

%11.98
%33.99
%54.03

CMYK Percentages of Color #318bdd

%78
%37
%0
%13

Triadic Colors of #318bdd

#318bdd #dd318b #8bdd31

Analogous Colors of #318bdd

#318bdd #3135dd #31ddd9

Monochromatic Colors of #318bdd

#318bdd

Complementary Color

#318bdd #dd8331

#318bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#318bdd Color CSS Codes

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

#318bdd Text Font Color

<p style="color:#318bdd">Text here</p>

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


#318bdd Background Color

<div style="background-color:#318bdd">
Div content here</div>

This div background color is #318bdd


#318bdd Border Color

<div style="border:3px solid #318bdd">
Div here</div>

This div border color is #318bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,139,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 #318bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318bdd


Comments

No comments written yet.

Please login to write comment.