Color Hex Logo

#1090fb Color Hex

#1090FB
(16,144,251)
0 Favorites   0 Comments

Color spaces of #1090fb

RGB 16144251
HSL0.580.970.52
HSV207°94°98°
CMYK 0.940.430.00   0.02
XYZ27.599527.021795.0278
Yxy27.02170.18440.1806
Hunter Lab51.98243.8035-71.9990
CIE-Lab58.99447.8470-61.8284

#1090fb color RGB value is (16,144,251).

#1090fb hex color red value is 16, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1090fb hue: 0.58 , saturation: 0.97 and the lightness value of 1090fb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10010000 11111011
Octal 20 220 373
Decimal 16 144 251
Hex 10 90 FB

RGB Percentages of Color #1090fb

%3.89
%35.04
%61.07

CMYK Percentages of Color #1090fb

%94
%43
%0
%2

Triadic Colors of #1090fb

#1090fb #fb1090 #90fb10

Analogous Colors of #1090fb

#1090fb #101afb #10fbf1

Monochromatic Colors of #1090fb

#1090fb

Complementary Color

#1090fb #fb7b10

#1090fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1090fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1090fb Color CSS Codes

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

#1090fb Text Font Color

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

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


#1090fb Background Color

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

This div background color is #1090fb


#1090fb Border Color

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

This div border color is #1090fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1090fb


Comments

No comments written yet.

Please login to write comment.