Color Hex Logo

#1459fc Color Hex

#1459FC
(20,89,252)
0 Favorites   0 Comments

Color spaces of #1459fc

RGB 2089252
HSL0.620.970.53
HSV222°92°99°
CMYK 0.920.650.00   0.01
XYZ21.431614.321893.7303
Yxy14.32180.16550.1106
Hunter Lab37.844234.8594-120.3553
CIE-Lab44.690942.7292-85.6157

#1459fc color RGB value is (20,89,252).

#1459fc hex color red value is 20, green value is 89 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #1459fc hue: 0.62 , saturation: 0.97 and the lightness value of 1459fc is 0.53.

The process color (four color CMYK) of #1459fc color hex is 0.92, 0.65, 0.00, 0.01. Web safe color of #1459fc is #0066ff. Color #1459fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011001 11111100
Octal 24 131 374
Decimal 20 89 252
Hex 14 59 FC

RGB Percentages of Color #1459fc

%5.54
%24.65
%69.81

CMYK Percentages of Color #1459fc

%92
%65
%0
%1

Triadic Colors of #1459fc

#1459fc #fc1459 #59fc14

Analogous Colors of #1459fc

#1459fc #4314fc #14cdfc

Monochromatic Colors of #1459fc

#1459fc

Complementary Color

#1459fc #fcb714

#1459fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1459fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1459fc Color CSS Codes

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

#1459fc Text Font Color

<p style="color:#1459fc">Text here</p>

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


#1459fc Background Color

<div style="background-color:#1459fc">
Div content here</div>

This div background color is #1459fc


#1459fc Border Color

<div style="border:3px solid #1459fc">
Div here</div>

This div border color is #1459fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,89,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1459fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1459fc;
  -webkit-box-shadow: 1px 1px 3px 2px #1459fc;
  box-shadow:         1px 1px 3px 2px #1459fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,89,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1459fc


Comments

No comments written yet.

Please login to write comment.