Color Hex Logo

#459fdf Color Hex

#459FDF
(69,159,223)
0 Favorites   0 Comments

Color spaces of #459fdf

RGB 69159223
HSL0.570.710.57
HSV205°69°87°
CMYK 0.690.290.00   0.13
XYZ28.171731.389274.3860
Yxy31.38920.21030.2343
Hunter Lab56.0261-8.2901-39.5013
CIE-Lab62.8348-6.4339-40.2243

#459fdf color RGB value is (69,159,223).

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

The process color (four color CMYK) of #459fdf color hex is 0.69, 0.29, 0.00, 0.13. Web safe color of #459fdf is #3399cc. Color #459fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011111 11011111
Octal 105 237 337
Decimal 69 159 223
Hex 45 9F DF

RGB Percentages of Color #459fdf

%15.30
%35.25
%49.45

CMYK Percentages of Color #459fdf

%69
%29
%0
%13

Triadic Colors of #459fdf

#459fdf #df459f #9fdf45

Analogous Colors of #459fdf

#459fdf #4552df #45dfd2

Monochromatic Colors of #459fdf

#459fdf

Complementary Color

#459fdf #df8545

#459fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#459fdf Color CSS Codes

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

#459fdf Text Font Color

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

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


#459fdf Background Color

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

This div background color is #459fdf


#459fdf Border Color

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

This div border color is #459fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,159,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #459fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459fdf


Comments

No comments written yet.

Please login to write comment.