Color Hex Logo

#449fdb Color Hex

#449FDB
(68,159,219)
0 Favorites   0 Comments

Color spaces of #449fdb

RGB 68159219
HSL0.570.680.56
HSV204°69°86°
CMYK 0.690.270.00   0.14
XYZ27.568231.139771.5754
Yxy31.13970.21160.2390
Hunter Lab55.8030-9.4713-36.9860
CIE-Lab62.6254-7.9289-38.3383

#449fdb color RGB value is (68,159,219).

#449fdb hex color red value is 68, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #449fdb hue: 0.57 , saturation: 0.68 and the lightness value of 449fdb is 0.56.

The process color (four color CMYK) of #449fdb color hex is 0.69, 0.27, 0.00, 0.14. Web safe color of #449fdb is #3399cc. Color #449fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011111 11011011
Octal 104 237 333
Decimal 68 159 219
Hex 44 9F DB

RGB Percentages of Color #449fdb

%15.25
%35.65
%49.10

CMYK Percentages of Color #449fdb

%69
%27
%0
%14

Triadic Colors of #449fdb

#449fdb #db449f #9fdb44

Analogous Colors of #449fdb

#449fdb #4454db #44dbcc

Monochromatic Colors of #449fdb

#449fdb

Complementary Color

#449fdb #db8044

#449fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#449fdb Color CSS Codes

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

#449fdb Text Font Color

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

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


#449fdb Background Color

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

This div background color is #449fdb


#449fdb Border Color

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

This div border color is #449fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449fdb


Comments

No comments written yet.

Please login to write comment.