Color Hex Logo

#0b5ddd Color Hex

#0B5DDD
(11,93,221)
0 Favorites   0 Comments

Color spaces of #0b5ddd

RGB 1193221
HSL0.600.910.45
HSV217°95°87°
CMYK 0.950.580.00   0.13
XYZ17.103513.120370.0376
Yxy13.12030.17060.1309
Hunter Lab36.222020.8968-89.2859
CIE-Lab42.944028.2148-71.0174

#0b5ddd color RGB value is (11,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01011101 11011101
Octal 13 135 335
Decimal 11 93 221
Hex B 5D DD

RGB Percentages of Color #0b5ddd

%3.38
%28.62
%68.00

CMYK Percentages of Color #0b5ddd

%95
%58
%0
%13

Triadic Colors of #0b5ddd

#0b5ddd #dd0b5d #5ddd0b

Analogous Colors of #0b5ddd

#0b5ddd #220bdd #0bc6dd

Monochromatic Colors of #0b5ddd

#0b5ddd

Complementary Color

#0b5ddd #dd8b0b

#0b5ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b5ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b5ddd Color CSS Codes

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

#0b5ddd Text Font Color

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

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


#0b5ddd Background Color

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

This div background color is #0b5ddd


#0b5ddd Border Color

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

This div border color is #0b5ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b5ddd


Comments

No comments written yet.

Please login to write comment.