Color Hex Logo

#459efb Color Hex

#459EFB
(69,158,251)
0 Favorites   0 Comments

Color spaces of #459efb

RGB 69158251
HSL0.590.960.63
HSV211°73°98°
CMYK 0.730.370.00   0.02
XYZ32.093732.684095.8839
Yxy32.68400.19980.2034
Hunter Lab57.16990.1579-59.4207
CIE-Lab63.90423.7599-53.9355

#459efb color RGB value is (69,158,251).

#459efb hex color red value is 69, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #459efb hue: 0.59 , saturation: 0.96 and the lightness value of 459efb is 0.63.

The process color (four color CMYK) of #459efb color hex is 0.73, 0.37, 0.00, 0.02. Web safe color of #459efb is #3399ff. Color #459efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011110 11111011
Octal 105 236 373
Decimal 69 158 251
Hex 45 9E FB

RGB Percentages of Color #459efb

%14.44
%33.05
%52.51

CMYK Percentages of Color #459efb

%73
%37
%0
%2

Triadic Colors of #459efb

#459efb #fb459e #9efb45

Analogous Colors of #459efb

#459efb #4745fb #45f9fb

Monochromatic Colors of #459efb

#459efb

Complementary Color

#459efb #fba245

#459efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#459efb Color CSS Codes

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

#459efb Text Font Color

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

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


#459efb Background Color

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

This div background color is #459efb


#459efb Border Color

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

This div border color is #459efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459efb


Comments

No comments written yet.

Please login to write comment.