Color Hex Logo

#1484fb Color Hex

#1484FB
(20,132,251)
0 Favorites   0 Comments

Color spaces of #1484fb

RGB 20132251
HSL0.590.970.53
HSV211°92°98°
CMYK 0.920.470.00   0.02
XYZ25.952323.616394.4574
Yxy23.61630.18020.1640
Hunter Lab48.596610.2812-81.2246
CIE-Lab55.701615.3179-67.1226

#1484fb color RGB value is (20,132,251).

#1484fb hex color red value is 20, green value is 132 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1484fb hue: 0.59 , saturation: 0.97 and the lightness value of 1484fb is 0.53.

The process color (four color CMYK) of #1484fb color hex is 0.92, 0.47, 0.00, 0.02. Web safe color of #1484fb is #0099ff. Color #1484fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000100 11111011
Octal 24 204 373
Decimal 20 132 251
Hex 14 84 FB

RGB Percentages of Color #1484fb

%4.96
%32.75
%62.28

CMYK Percentages of Color #1484fb

%92
%47
%0
%2

Triadic Colors of #1484fb

#1484fb #fb1484 #84fb14

Analogous Colors of #1484fb

#1484fb #1814fb #14f8fb

Monochromatic Colors of #1484fb

#1484fb

Complementary Color

#1484fb #fb8b14

#1484fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1484fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1484fb Color CSS Codes

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

#1484fb Text Font Color

<p style="color:#1484fb">Text here</p>

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


#1484fb Background Color

<div style="background-color:#1484fb">
Div content here</div>

This div background color is #1484fb


#1484fb Border Color

<div style="border:3px solid #1484fb">
Div here</div>

This div border color is #1484fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,132,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1484fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1484fb;
  -webkit-box-shadow: 1px 1px 3px 2px #1484fb;
  box-shadow:         1px 1px 3px 2px #1484fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,132,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 #1484fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1484fb


Comments

No comments written yet.

Please login to write comment.