Color Hex Logo

#0f3bdd Color Hex

#0F3BDD
(15,59,221)
0 Favorites   0 Comments

Color spaces of #0f3bdd

RGB 1559221
HSL0.630.870.46
HSV227°93°87°
CMYK 0.930.730.00   0.13
XYZ14.81218.449969.2569
Yxy8.44990.16010.0913
Hunter Lab29.068740.0853-120.9117
CIE-Lab34.902849.6597-84.2375

#0f3bdd color RGB value is (15,59,221).

#0f3bdd hex color red value is 15, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0f3bdd hue: 0.63 , saturation: 0.87 and the lightness value of 0f3bdd is 0.46.

The process color (four color CMYK) of #0f3bdd color hex is 0.93, 0.73, 0.00, 0.13. Web safe color of #0f3bdd is #0033cc. Color #0f3bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00111011 11011101
Octal 17 73 335
Decimal 15 59 221
Hex F 3B DD

RGB Percentages of Color #0f3bdd

%5.08
%20.00
%74.92

CMYK Percentages of Color #0f3bdd

%93
%73
%0
%13

Triadic Colors of #0f3bdd

#0f3bdd #dd0f3b #3bdd0f

Analogous Colors of #0f3bdd

#0f3bdd #4a0fdd #0fa2dd

Monochromatic Colors of #0f3bdd

#0f3bdd

Complementary Color

#0f3bdd #ddb10f

#0f3bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f3bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f3bdd Color CSS Codes

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

#0f3bdd Text Font Color

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

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


#0f3bdd Background Color

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

This div background color is #0f3bdd


#0f3bdd Border Color

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

This div border color is #0f3bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f3bdd


Comments

No comments written yet.

Please login to write comment.