Color Hex Logo

#459fdb Color Hex

#459FDB
(69,159,219)
0 Favorites   0 Comments

Color spaces of #459fdb

RGB 69159219
HSL0.570.680.56
HSV204°68°86°
CMYK 0.680.270.00   0.14
XYZ27.638631.176071.5787
Yxy31.17600.21200.2391
Hunter Lab55.8355-9.3544-36.9224
CIE-Lab62.6559-7.7791-38.2883

#459fdb color RGB value is (69,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011111 11011011
Octal 105 237 333
Decimal 69 159 219
Hex 45 9F DB

RGB Percentages of Color #459fdb

%15.44
%35.57
%48.99

CMYK Percentages of Color #459fdb

%68
%27
%0
%14

Triadic Colors of #459fdb

#459fdb #db459f #9fdb45

Analogous Colors of #459fdb

#459fdb #4554db #45dbcc

Monochromatic Colors of #459fdb

#459fdb

Complementary Color

#459fdb #db8145

#459fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#459fdb Color CSS Codes

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

#459fdb Text Font Color

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

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


#459fdb Background Color

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

This div background color is #459fdb


#459fdb Border Color

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

This div border color is #459fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459fdb


Comments

No comments written yet.

Please login to write comment.