Color Hex Logo

#0380dd Color Hex

#0380DD
(3,128,221)
0 Favorites   0 Comments

Color spaces of #0380dd

RGB 3128221
HSL0.570.970.44
HSV206°99°87°
CMYK 0.990.420.00   0.13
XYZ20.807920.678271.3012
Yxy20.67820.18450.1833
Hunter Lab45.47332.1007-61.1342
CIE-Lab52.59555.6766-55.4089

#0380dd color RGB value is (3,128,221).

#0380dd hex color red value is 3, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0380dd hue: 0.57 , saturation: 0.97 and the lightness value of 0380dd is 0.44.

The process color (four color CMYK) of #0380dd color hex is 0.99, 0.42, 0.00, 0.13. Web safe color of #0380dd is #0099cc. Color #0380dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10000000 11011101
Octal 3 200 335
Decimal 3 128 221
Hex 3 80 DD

RGB Percentages of Color #0380dd

%0.85
%36.36
%62.78

CMYK Percentages of Color #0380dd

%99
%42
%0
%13

Triadic Colors of #0380dd

#0380dd #dd0380 #80dd03

Analogous Colors of #0380dd

#0380dd #0313dd #03ddcd

Monochromatic Colors of #0380dd

#0380dd

Complementary Color

#0380dd #dd6003

#0380dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0380dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0380dd Color CSS Codes

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

#0380dd Text Font Color

<p style="color:#0380dd">Text here</p>

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


#0380dd Background Color

<div style="background-color:#0380dd">
Div content here</div>

This div background color is #0380dd


#0380dd Border Color

<div style="border:3px solid #0380dd">
Div here</div>

This div border color is #0380dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,128,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0380dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0380dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0380dd;
  box-shadow:         1px 1px 3px 2px #0380dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0380dd


Comments

No comments written yet.

Please login to write comment.