Color Hex Logo

#0f58db Color Hex

#0F58DB
(15,88,219)
0 Favorites   0 Comments

Color spaces of #0f58db

RGB 1588219
HSL0.610.870.46
HSV219°93°86°
CMYK 0.930.600.00   0.14
XYZ16.472912.195568.5036
Yxy12.19550.16950.1255
Hunter Lab34.922123.0857-91.8587
CIE-Lab41.525230.8175-72.1938

#0f58db color RGB value is (15,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01011000 11011011
Octal 17 130 333
Decimal 15 88 219
Hex F 58 DB

RGB Percentages of Color #0f58db

%4.66
%27.33
%68.01

CMYK Percentages of Color #0f58db

%93
%60
%0
%14

Triadic Colors of #0f58db

#0f58db #db0f58 #58db0f

Analogous Colors of #0f58db

#0f58db #2c0fdb #0fbedb

Monochromatic Colors of #0f58db

#0f58db

Complementary Color

#0f58db #db920f

#0f58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f58db Color CSS Codes

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

#0f58db Text Font Color

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

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


#0f58db Background Color

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

This div background color is #0f58db


#0f58db Border Color

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

This div border color is #0f58db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,88,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f58db


Comments

No comments written yet.

Please login to write comment.