Color Hex Logo

#1290df Color Hex

#1290DF
(18,144,223)
0 Favorites   0 Comments

Color spaces of #1290df

RGB 18144223
HSL0.560.850.47
HSV203°92°87°
CMYK 0.920.350.00   0.13
XYZ23.542025.402873.4745
Yxy25.40280.19230.2075
Hunter Lab50.4012-4.8261-51.1517
CIE-Lab57.4658-2.6566-48.7588

#1290df color RGB value is (18,144,223).

#1290df hex color red value is 18, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1290df hue: 0.56 , saturation: 0.85 and the lightness value of 1290df is 0.47.

The process color (four color CMYK) of #1290df color hex is 0.92, 0.35, 0.00, 0.13. Web safe color of #1290df is #0099cc. Color #1290df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010000 11011111
Octal 22 220 337
Decimal 18 144 223
Hex 12 90 DF

RGB Percentages of Color #1290df

%4.68
%37.40
%57.92

CMYK Percentages of Color #1290df

%92
%35
%0
%13

Triadic Colors of #1290df

#1290df #df1290 #90df12

Analogous Colors of #1290df

#1290df #1229df #12dfc8

Monochromatic Colors of #1290df

#1290df

Complementary Color

#1290df #df6112

#1290df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1290df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1290df Color CSS Codes

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

#1290df Text Font Color

<p style="color:#1290df">Text here</p>

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


#1290df Background Color

<div style="background-color:#1290df">
Div content here</div>

This div background color is #1290df


#1290df Border Color

<div style="border:3px solid #1290df">
Div here</div>

This div border color is #1290df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,144,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1290df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1290df;
  -webkit-box-shadow: 1px 1px 3px 2px #1290df;
  box-shadow:         1px 1px 3px 2px #1290df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,144,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1290df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1290df


Comments

No comments written yet.

Please login to write comment.