Color Hex Logo

#154bdb Color Hex

#154BDB
(21,75,219)
0 Favorites   0 Comments

Color spaces of #154bdb

RGB 2175219
HSL0.620.830.47
HSV224°90°86°
CMYK 0.900.660.00   0.14
XYZ15.611510.306168.1843
Yxy10.30610.16590.1095
Hunter Lab32.103130.6227-103.4548
CIE-Lab38.386339.4007-77.3390

#154bdb color RGB value is (21,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001011 11011011
Octal 25 113 333
Decimal 21 75 219
Hex 15 4B DB

RGB Percentages of Color #154bdb

%6.67
%23.81
%69.52

CMYK Percentages of Color #154bdb

%90
%66
%0
%14

Triadic Colors of #154bdb

#154bdb #db154b #4bdb15

Analogous Colors of #154bdb

#154bdb #4215db #15aedb

Monochromatic Colors of #154bdb

#154bdb

Complementary Color

#154bdb #dba515

#154bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#154bdb Color CSS Codes

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

#154bdb Text Font Color

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

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


#154bdb Background Color

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

This div background color is #154bdb


#154bdb Border Color

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

This div border color is #154bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154bdb


Comments

No comments written yet.

Please login to write comment.