Color Hex Logo

#0490df Color Hex

#0490DF
(4,144,223)
0 Favorites   0 Comments

Color spaces of #0490df

RGB 4144223
HSL0.560.960.45
HSV202°98°87°
CMYK 0.980.350.00   0.13
XYZ23.342625.300073.4651
Yxy25.30000.19120.2072
Hunter Lab50.2991-5.1859-51.3875
CIE-Lab57.3666-3.1180-48.9224

#0490df color RGB value is (4,144,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010000 11011111
Octal 4 220 337
Decimal 4 144 223
Hex 4 90 DF

RGB Percentages of Color #0490df

%1.08
%38.81
%60.11

CMYK Percentages of Color #0490df

%98
%35
%0
%13

Triadic Colors of #0490df

#0490df #df0490 #90df04

Analogous Colors of #0490df

#0490df #0423df #04dfc1

Monochromatic Colors of #0490df

#0490df

Complementary Color

#0490df #df5304

#0490df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0490df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0490df Color CSS Codes

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

#0490df Text Font Color

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

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


#0490df Background Color

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

This div background color is #0490df


#0490df Border Color

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

This div border color is #0490df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0490df


Comments

No comments written yet.

Please login to write comment.