color codes Logo

#0b47df color codes

#0B47DF
(11,71,223)
0 Favorites   0 Comments

Color spaces of #0b47df

RGB 1171223
HSL0.620.910.46
HSV223°95°87°
CMYK 0.950.680.00   0.13
XYZ15.71059.905370.8959
Yxy9.90530.16280.1026
Hunter Lab31.472734.0262-111.5268
CIE-Lab37.671943.0574-80.8095

#0b47df color RGB value is (11,71,223).

#0b47df hex color red value is 11, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0b47df hue: 0.62 , saturation: 0.91 and the lightness value of 0b47df is 0.46.

The process color (four color CMYK) of #0b47df color code is 0.95, 0.68, 0.00, 0.13. Web safe color of #0b47df is #0033cc. Color #0b47df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01000111 11011111
Octal 13 107 337
Decimal 11 71 223
Hex B 47 DF

RGB Percentages of Color #0b47df

%3.61
%23.28
%73.11

CMYK Percentages of Color #0b47df

%95
%68
%0
%13

Triadic Colors of #0b47df

#0b47df #df0b47 #47df0b

Analogous Colors of #0b47df

#0b47df #390bdf #0bb1df

Monochromatic Colors of #0b47df

#0b47df

Complementary Color

#0b47df #dfa30b

#0b47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b47df Color CSS Codes

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

#0b47df Text Font Color

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

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


#0b47df Background Color

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

This div background color is #0b47df


#0b47df Border Color

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

This div border color is #0b47df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,71,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b47df


Comments

No comments written yet.

Please login to write comment.