Color Hex Logo

#0f78dd Color Hex

#0F78DD
(15,120,221)
0 Favorites   0 Comments

Color spaces of #0f78dd

RGB 15120221
HSL0.580.870.46
HSV209°93°87°
CMYK 0.930.460.00   0.13
XYZ19.964618.755070.9744
Yxy18.75500.18200.1710
Hunter Lab43.30706.5014-66.8534
CIE-Lab50.399311.0156-58.9296

#0f78dd color RGB value is (15,120,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01111000 11011101
Octal 17 170 335
Decimal 15 120 221
Hex F 78 DD

RGB Percentages of Color #0f78dd

%4.21
%33.71
%62.08

CMYK Percentages of Color #0f78dd

%93
%46
%0
%13

Triadic Colors of #0f78dd

#0f78dd #dd0f78 #78dd0f

Analogous Colors of #0f78dd

#0f78dd #0f11dd #0fdddb

Monochromatic Colors of #0f78dd

#0f78dd

Complementary Color

#0f78dd #dd740f

#0f78dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f78dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f78dd Color CSS Codes

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

#0f78dd Text Font Color

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

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


#0f78dd Background Color

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

This div background color is #0f78dd


#0f78dd Border Color

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

This div border color is #0f78dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f78dd


Comments

No comments written yet.

Please login to write comment.