Color Hex Logo

#144fdb Color Hex

#144FDB
(20,79,219)
0 Favorites   0 Comments

Color spaces of #144fdb

RGB 2079219
HSL0.620.830.47
HSV222°91°86°
CMYK 0.910.640.00   0.14
XYZ15.870710.855268.2766
Yxy10.85520.16710.1143
Hunter Lab32.947228.3259-99.8037
CIE-Lab39.335536.8164-75.7796

#144fdb color RGB value is (20,79,219).

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

The process color (four color CMYK) of #144fdb color hex is 0.91, 0.64, 0.00, 0.14. Web safe color of #144fdb is #0066cc. Color #144fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001111 11011011
Octal 24 117 333
Decimal 20 79 219
Hex 14 4F DB

RGB Percentages of Color #144fdb

%6.29
%24.84
%68.87

CMYK Percentages of Color #144fdb

%91
%64
%0
%14

Triadic Colors of #144fdb

#144fdb #db144f #4fdb14

Analogous Colors of #144fdb

#144fdb #3c14db #14b3db

Monochromatic Colors of #144fdb

#144fdb

Complementary Color

#144fdb #dba014

#144fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#144fdb Color CSS Codes

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

#144fdb Text Font Color

<p style="color:#144fdb">Text here</p>

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


#144fdb Background Color

<div style="background-color:#144fdb">
Div content here</div>

This div background color is #144fdb


#144fdb Border Color

<div style="border:3px solid #144fdb">
Div here</div>

This div border color is #144fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,79,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #144fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #144fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #144fdb;
  box-shadow:         1px 1px 3px 2px #144fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,79,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 #144fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144fdb


Comments

No comments written yet.

Please login to write comment.