Color Hex Logo

#0f5fdf Color Hex

#0F5FDF
(15,95,223)
0 Favorites   0 Comments

Color spaces of #0f5fdf

RGB 1595223
HSL0.600.870.47
HSV217°93°87°
CMYK 0.930.570.00   0.13
XYZ17.608513.613771.5117
Yxy13.61370.17140.1325
Hunter Lab36.896720.6175-89.0856
CIE-Lab43.673827.8204-70.9619

#0f5fdf color RGB value is (15,95,223).

#0f5fdf hex color red value is 15, green value is 95 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0f5fdf hue: 0.60 , saturation: 0.87 and the lightness value of 0f5fdf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01011111 11011111
Octal 17 137 337
Decimal 15 95 223
Hex F 5F DF

RGB Percentages of Color #0f5fdf

%4.50
%28.53
%66.97

CMYK Percentages of Color #0f5fdf

%93
%57
%0
%13

Triadic Colors of #0f5fdf

#0f5fdf #df0f5f #5fdf0f

Analogous Colors of #0f5fdf

#0f5fdf #270fdf #0fc7df

Monochromatic Colors of #0f5fdf

#0f5fdf

Complementary Color

#0f5fdf #df8f0f

#0f5fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f5fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f5fdf Color CSS Codes

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

#0f5fdf Text Font Color

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

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


#0f5fdf Background Color

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

This div background color is #0f5fdf


#0f5fdf Border Color

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

This div border color is #0f5fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f5fdf


Comments

No comments written yet.

Please login to write comment.