Color Hex Logo

#0f75dd Color Hex

#0F75DD
(15,117,221)
0 Favorites   0 Comments

Color spaces of #0f75dd

RGB 15117221
HSL0.580.870.46
HSV210°93°87°
CMYK 0.930.470.00   0.13
XYZ19.609418.044670.8560
Yxy18.04460.18070.1663
Hunter Lab42.47898.0622-69.1620
CIE-Lab49.550212.9026-60.2972

#0f75dd color RGB value is (15,117,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01110101 11011101
Octal 17 165 335
Decimal 15 117 221
Hex F 75 DD

RGB Percentages of Color #0f75dd

%4.25
%33.14
%62.61

CMYK Percentages of Color #0f75dd

%93
%47
%0
%13

Triadic Colors of #0f75dd

#0f75dd #dd0f75 #75dd0f

Analogous Colors of #0f75dd

#0f75dd #100fdd #0fdcdd

Monochromatic Colors of #0f75dd

#0f75dd

Complementary Color

#0f75dd #dd770f

#0f75dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f75dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f75dd Color CSS Codes

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

#0f75dd Text Font Color

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

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


#0f75dd Background Color

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

This div background color is #0f75dd


#0f75dd Border Color

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

This div border color is #0f75dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f75dd


Comments

No comments written yet.

Please login to write comment.