Color Hex Logo

#0f75db Color Hex

#0F75DB
(15,117,219)
0 Favorites   0 Comments

Color spaces of #0f75db

RGB 15117219
HSL0.580.870.46
HSV210°93°86°
CMYK 0.930.470.00   0.14
XYZ19.344517.938669.4608
Yxy17.93860.18120.1681
Hunter Lab42.35407.4075-67.5882
CIE-Lab49.421612.1205-59.3739

#0f75db color RGB value is (15,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01110101 11011011
Octal 17 165 333
Decimal 15 117 219
Hex F 75 DB

RGB Percentages of Color #0f75db

%4.27
%33.33
%62.39

CMYK Percentages of Color #0f75db

%93
%47
%0
%14

Triadic Colors of #0f75db

#0f75db #db0f75 #75db0f

Analogous Colors of #0f75db

#0f75db #0f0fdb #0fdbdb

Monochromatic Colors of #0f75db

#0f75db

Complementary Color

#0f75db #db750f

#0f75db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f75db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f75db Color CSS Codes

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

#0f75db Text Font Color

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

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


#0f75db Background Color

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

This div background color is #0f75db


#0f75db Border Color

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

This div border color is #0f75db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f75db


Comments

No comments written yet.

Please login to write comment.