Color Hex Logo

#0b80dd Color Hex

#0B80DD
(11,128,221)
0 Favorites   0 Comments

Color spaces of #0b80dd

RGB 11128221
HSL0.570.910.45
HSV207°95°87°
CMYK 0.950.420.00   0.13
XYZ20.908320.729971.3059
Yxy20.72990.18510.1835
Hunter Lab45.53012.2930-60.9846
CIE-Lab52.65265.9143-55.3142

#0b80dd color RGB value is (11,128,221).

#0b80dd hex color red value is 11, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0b80dd hue: 0.57 , saturation: 0.91 and the lightness value of 0b80dd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10000000 11011101
Octal 13 200 335
Decimal 11 128 221
Hex B 80 DD

RGB Percentages of Color #0b80dd

%3.06
%35.56
%61.39

CMYK Percentages of Color #0b80dd

%95
%42
%0
%13

Triadic Colors of #0b80dd

#0b80dd #dd0b80 #80dd0b

Analogous Colors of #0b80dd

#0b80dd #0b17dd #0bddd1

Monochromatic Colors of #0b80dd

#0b80dd

Complementary Color

#0b80dd #dd680b

#0b80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b80dd Color CSS Codes

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

#0b80dd Text Font Color

<p style="color:#0b80dd">Text here</p>

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


#0b80dd Background Color

<div style="background-color:#0b80dd">
Div content here</div>

This div background color is #0b80dd


#0b80dd Border Color

<div style="border:3px solid #0b80dd">
Div here</div>

This div border color is #0b80dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b80dd


Comments

No comments written yet.

Please login to write comment.