Color Hex Logo

#1462fb Color Hex

#1462FB
(20,98,251)
0 Favorites   0 Comments

Color spaces of #1462fb

RGB 2098251
HSL0.610.970.53
HSV220°92°98°
CMYK 0.920.610.00   0.02
XYZ22.068815.849193.1628
Yxy15.84910.16840.1209
Hunter Lab39.810929.2806-110.8787
CIE-Lab46.775936.7291-81.6362

#1462fb color RGB value is (20,98,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100010 11111011
Octal 24 142 373
Decimal 20 98 251
Hex 14 62 FB

RGB Percentages of Color #1462fb

%5.42
%26.56
%68.02

CMYK Percentages of Color #1462fb

%92
%61
%0
%2

Triadic Colors of #1462fb

#1462fb #fb1462 #62fb14

Analogous Colors of #1462fb

#1462fb #3a14fb #14d6fb

Monochromatic Colors of #1462fb

#1462fb

Complementary Color

#1462fb #fbad14

#1462fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1462fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1462fb Color CSS Codes

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

#1462fb Text Font Color

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

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


#1462fb Background Color

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

This div background color is #1462fb


#1462fb Border Color

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

This div border color is #1462fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1462fb

Related Colors


Comments

No comments written yet.

Please login to write comment.