Color Hex Logo

#143fdb Color Hex

#143FDB
(20,63,219)
0 Favorites   0 Comments

Color spaces of #143fdb

RGB 2063219
HSL0.630.830.47
HSV227°91°86°
CMYK 0.910.710.00   0.14
XYZ14.85228.818267.9371
Yxy8.81820.16210.0963
Hunter Lab29.695537.3098-114.8565
CIE-Lab35.631946.7598-81.8809

#143fdb color RGB value is (20,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111111 11011011
Octal 24 77 333
Decimal 20 63 219
Hex 14 3F DB

RGB Percentages of Color #143fdb

%6.62
%20.86
%72.52

CMYK Percentages of Color #143fdb

%91
%71
%0
%14

Triadic Colors of #143fdb

#143fdb #db143f #3fdb14

Analogous Colors of #143fdb

#143fdb #4d14db #14a3db

Monochromatic Colors of #143fdb

#143fdb

Complementary Color

#143fdb #dbb014

#143fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#143fdb Color CSS Codes

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

#143fdb Text Font Color

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

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


#143fdb Background Color

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

This div background color is #143fdb


#143fdb Border Color

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

This div border color is #143fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143fdb


Comments

No comments written yet.

Please login to write comment.