Color Hex Logo

#0f5fdd Color Hex

#0F5FDD
(15,95,221)
0 Favorites   0 Comments

Color spaces of #0f5fdd

RGB 1595221
HSL0.600.870.46
HSV217°93°87°
CMYK 0.930.570.00   0.13
XYZ17.340413.506470.0997
Yxy13.50640.17180.1338
Hunter Lab36.751119.9080-87.3652
CIE-Lab43.516627.0439-70.0811

#0f5fdd color RGB value is (15,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01011111 11011101
Octal 17 137 335
Decimal 15 95 221
Hex F 5F DD

RGB Percentages of Color #0f5fdd

%4.53
%28.70
%66.77

CMYK Percentages of Color #0f5fdd

%93
%57
%0
%13

Triadic Colors of #0f5fdd

#0f5fdd #dd0f5f #5fdd0f

Analogous Colors of #0f5fdd

#0f5fdd #260fdd #0fc6dd

Monochromatic Colors of #0f5fdd

#0f5fdd

Complementary Color

#0f5fdd #dd8d0f

#0f5fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f5fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f5fdd Color CSS Codes

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

#0f5fdd Text Font Color

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

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


#0f5fdd Background Color

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

This div background color is #0f5fdd


#0f5fdd Border Color

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

This div border color is #0f5fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f5fdd


Comments

No comments written yet.

Please login to write comment.