color codes Logo

#1990fb color codes

#1990FB
(25,144,251)
0 Favorites   0 Comments

Color spaces of #1990fb

RGB 25144251
HSL0.580.970.54
HSV208°90°98°
CMYK 0.900.430.00   0.02
XYZ27.786727.118295.0366
Yxy27.11820.18530.1809
Hunter Lab52.07514.1141-71.7511
CIE-Lab59.08368.2096-61.6806

#1990fb color RGB value is (25,144,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010000 11111011
Octal 31 220 373
Decimal 25 144 251
Hex 19 90 FB

RGB Percentages of Color #1990fb

%5.95
%34.29
%59.76

CMYK Percentages of Color #1990fb

%90
%43
%0
%2

Triadic Colors of #1990fb

#1990fb #fb1990 #90fb19

Analogous Colors of #1990fb

#1990fb #191ffb #19fbf5

Monochromatic Colors of #1990fb

#1990fb

Complementary Color

#1990fb #fb8419

#1990fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1990fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1990fb Color CSS Codes

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

#1990fb Text Font Color

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

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


#1990fb Background Color

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

This div background color is #1990fb


#1990fb Border Color

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

This div border color is #1990fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1990fb


Comments

No comments written yet.

Please login to write comment.