Color Hex Logo

#157bdb Color Hex

#157BDB
(21,123,219)
0 Favorites   0 Comments

Color spaces of #157bdb

RGB 21123219
HSL0.580.830.47
HSV209°90°86°
CMYK 0.900.440.00   0.14
XYZ20.178419.439869.7066
Yxy19.43980.18460.1778
Hunter Lab44.09064.5334-62.8732
CIE-Lab51.19788.6310-56.5142

#157bdb color RGB value is (21,123,219).

#157bdb hex color red value is 21, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #157bdb hue: 0.58 , saturation: 0.83 and the lightness value of 157bdb is 0.47.

The process color (four color CMYK) of #157bdb color hex is 0.90, 0.44, 0.00, 0.14. Web safe color of #157bdb is #0066cc. Color #157bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111011 11011011
Octal 25 173 333
Decimal 21 123 219
Hex 15 7B DB

RGB Percentages of Color #157bdb

%5.79
%33.88
%60.33

CMYK Percentages of Color #157bdb

%90
%44
%0
%14

Triadic Colors of #157bdb

#157bdb #db157b #7bdb15

Analogous Colors of #157bdb

#157bdb #1518db #15dbd8

Monochromatic Colors of #157bdb

#157bdb

Complementary Color

#157bdb #db7515

#157bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#157bdb Color CSS Codes

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

#157bdb Text Font Color

<p style="color:#157bdb">Text here</p>

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


#157bdb Background Color

<div style="background-color:#157bdb">
Div content here</div>

This div background color is #157bdb


#157bdb Border Color

<div style="border:3px solid #157bdb">
Div here</div>

This div border color is #157bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,123,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #157bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #157bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #157bdb;
  box-shadow:         1px 1px 3px 2px #157bdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,123,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 #157bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157bdb


Comments

No comments written yet.

Please login to write comment.