Color Hex Logo

#0728fb Color Hex

#0728FB
(7,40,251)
0 Favorites   0 Comments

Color spaces of #0728fb

RGB 740251
HSL0.640.970.51
HSV232°97°98°
CMYK 0.970.840.00   0.02
XYZ18.25908.527891.9505
Yxy8.52780.15380.0718
Hunter Lab29.202460.5042-166.2466
CIE-Lab35.058868.4216-101.0110

#0728fb color RGB value is (7,40,251).

#0728fb hex color red value is 7, green value is 40 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0728fb hue: 0.64 , saturation: 0.97 and the lightness value of 0728fb is 0.51.

The process color (four color CMYK) of #0728fb color hex is 0.97, 0.84, 0.00, 0.02. Web safe color of #0728fb is #0033ff. Color #0728fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101000 11111011
Octal 7 50 373
Decimal 7 40 251
Hex 7 28 FB

RGB Percentages of Color #0728fb

%2.35
%13.42
%84.23

CMYK Percentages of Color #0728fb

%97
%84
%0
%2

Triadic Colors of #0728fb

#0728fb #fb0728 #28fb07

Analogous Colors of #0728fb

#0728fb #6007fb #07a2fb

Monochromatic Colors of #0728fb

#0728fb

Complementary Color

#0728fb #fbda07

#0728fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0728fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0728fb Color CSS Codes

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

#0728fb Text Font Color

<p style="color:#0728fb">Text here</p>

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


#0728fb Background Color

<div style="background-color:#0728fb">
Div content here</div>

This div background color is #0728fb


#0728fb Border Color

<div style="border:3px solid #0728fb">
Div here</div>

This div border color is #0728fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,40,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0728fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0728fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0728fb;
  box-shadow:         1px 1px 3px 2px #0728fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,40,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0728fb


Comments

No comments written yet.

Please login to write comment.