Color Hex Logo

#0b7fdd Color Hex

#0B7FDD
(11,127,221)
0 Favorites   0 Comments

Color spaces of #0b7fdd

RGB 11127221
HSL0.570.910.45
HSV207°95°87°
CMYK 0.950.430.00   0.13
XYZ20.778520.470371.2626
Yxy20.47030.18470.1819
Hunter Lab45.24412.7995-61.7150
CIE-Lab52.36486.5288-55.7752

#0b7fdd color RGB value is (11,127,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01111111 11011101
Octal 13 177 335
Decimal 11 127 221
Hex B 7F DD

RGB Percentages of Color #0b7fdd

%3.06
%35.38
%61.56

CMYK Percentages of Color #0b7fdd

%95
%43
%0
%13

Triadic Colors of #0b7fdd

#0b7fdd #dd0b7f #7fdd0b

Analogous Colors of #0b7fdd

#0b7fdd #0b16dd #0bddd2

Monochromatic Colors of #0b7fdd

#0b7fdd

Complementary Color

#0b7fdd #dd690b

#0b7fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b7fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b7fdd Color CSS Codes

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

#0b7fdd Text Font Color

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

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


#0b7fdd Background Color

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

This div background color is #0b7fdd


#0b7fdd Border Color

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

This div border color is #0b7fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b7fdd


Comments

No comments written yet.

Please login to write comment.