Color Hex Logo

#0f65eb Color Hex

#0F65EB
(15,101,235)
0 Favorites   0 Comments

Color spaces of #0f65eb

RGB 15101235
HSL0.600.880.49
HSV217°94°92°
CMYK 0.940.570.00   0.08
XYZ19.846115.407180.5251
Yxy15.40710.17140.1331
Hunter Lab39.251921.5604-94.1569
CIE-Lab46.186828.5838-73.6460

#0f65eb color RGB value is (15,101,235).

#0f65eb hex color red value is 15, green value is 101 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0f65eb hue: 0.60 , saturation: 0.88 and the lightness value of 0f65eb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01100101 11101011
Octal 17 145 353
Decimal 15 101 235
Hex F 65 EB

RGB Percentages of Color #0f65eb

%4.27
%28.77
%66.95

CMYK Percentages of Color #0f65eb

%94
%57
%0
%8

Triadic Colors of #0f65eb

#0f65eb #eb0f65 #65eb0f

Analogous Colors of #0f65eb

#0f65eb #270feb #0fd3eb

Monochromatic Colors of #0f65eb

#0f65eb

Complementary Color

#0f65eb #eb950f

#0f65eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f65eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f65eb Color CSS Codes

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

#0f65eb Text Font Color

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

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


#0f65eb Background Color

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

This div background color is #0f65eb


#0f65eb Border Color

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

This div border color is #0f65eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f65eb


Comments

No comments written yet.

Please login to write comment.