Color Hex Logo

#0390db Color Hex

#0390DB
(3,144,219)
0 Favorites   0 Comments

Color spaces of #0390db

RGB 3144219
HSL0.560.970.44
HSV201°99°86°
CMYK 0.990.340.00   0.14
XYZ22.797025.080370.6573
Yxy25.08030.19230.2116
Hunter Lab50.0802-6.3855-48.5950
CIE-Lab57.1536-4.6587-47.0257

#0390db color RGB value is (3,144,219).

#0390db hex color red value is 3, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0390db hue: 0.56 , saturation: 0.97 and the lightness value of 0390db is 0.44.

The process color (four color CMYK) of #0390db color hex is 0.99, 0.34, 0.00, 0.14. Web safe color of #0390db is #0099cc. Color #0390db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10010000 11011011
Octal 3 220 333
Decimal 3 144 219
Hex 3 90 DB

RGB Percentages of Color #0390db

%0.82
%39.34
%59.84

CMYK Percentages of Color #0390db

%99
%34
%0
%14

Triadic Colors of #0390db

#0390db #db0390 #90db03

Analogous Colors of #0390db

#0390db #0324db #03dbba

Monochromatic Colors of #0390db

#0390db

Complementary Color

#0390db #db4e03

#0390db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0390db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0390db Color CSS Codes

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

#0390db Text Font Color

<p style="color:#0390db">Text here</p>

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


#0390db Background Color

<div style="background-color:#0390db">
Div content here</div>

This div background color is #0390db


#0390db Border Color

<div style="border:3px solid #0390db">
Div here</div>

This div border color is #0390db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0390db


Comments

No comments written yet.

Please login to write comment.