Color Hex Logo

#0f71ff Color Hex

#0F71FF
(15,113,255)
0 Favorites   0 Comments

Color spaces of #0f71ff

RGB 15113255
HSL0.601.000.53
HSV216°94°100°
CMYK 0.940.560.00   0.00
XYZ24.152119.131897.0276
Yxy19.13180.17210.1364
Hunter Lab43.739922.0184-100.9042
CIE-Lab50.841128.5877-77.2174

#0f71ff color RGB value is (15,113,255).

#0f71ff hex color red value is 15, green value is 113 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0f71ff hue: 0.60 , saturation: 1.00 and the lightness value of 0f71ff is 0.53.

The process color (four color CMYK) of #0f71ff color hex is 0.94, 0.56, 0.00, 0.00. Web safe color of #0f71ff is #0066ff. Color #0f71ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01110001 11111111
Octal 17 161 377
Decimal 15 113 255
Hex F 71 FF

RGB Percentages of Color #0f71ff

%3.92
%29.50
%66.58

CMYK Percentages of Color #0f71ff

%94
%56
%0
%0

Triadic Colors of #0f71ff

#0f71ff #ff0f71 #71ff0f

Analogous Colors of #0f71ff

#0f71ff #250fff #0fe9ff

Monochromatic Colors of #0f71ff

#0f71ff

Complementary Color

#0f71ff #ff9d0f

#0f71ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f71ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f71ff Color CSS Codes

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

#0f71ff Text Font Color

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

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


#0f71ff Background Color

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

This div background color is #0f71ff


#0f71ff Border Color

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

This div border color is #0f71ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f71ff


Comments

No comments written yet.

Please login to write comment.