Color Hex Logo

#1468fb Color Hex

#1468FB
(20,104,251)
0 Favorites   0 Comments

Color spaces of #1468fb

RGB 20104251
HSL0.610.970.53
HSV218°92°98°
CMYK 0.920.590.00   0.02
XYZ22.651417.014493.3570
Yxy17.01440.17030.1279
Hunter Lab41.248525.8374-105.3160
CIE-Lab48.278232.9345-79.1779

#1468fb color RGB value is (20,104,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101000 11111011
Octal 24 150 373
Decimal 20 104 251
Hex 14 68 FB

RGB Percentages of Color #1468fb

%5.33
%27.73
%66.93

CMYK Percentages of Color #1468fb

%92
%59
%0
%2

Triadic Colors of #1468fb

#1468fb #fb1468 #68fb14

Analogous Colors of #1468fb

#1468fb #3414fb #14dcfb

Monochromatic Colors of #1468fb

#1468fb

Complementary Color

#1468fb #fba714

#1468fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1468fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1468fb Color CSS Codes

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

#1468fb Text Font Color

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

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


#1468fb Background Color

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

This div background color is #1468fb


#1468fb Border Color

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

This div border color is #1468fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1468fb

Related Colors


Comments

No comments written yet.

Please login to write comment.