Color Hex Logo

#072ffb Color Hex

#072FFB
(7,47,251)
0 Favorites   0 Comments

Color spaces of #072ffb

RGB 747251
HSL0.640.970.51
HSV230°97°98°
CMYK 0.970.810.00   0.02
XYZ18.51679.043292.0364
Yxy9.04320.15480.0756
Hunter Lab30.071957.2850-160.4093
CIE-Lab36.067365.4252-99.3309

#072ffb color RGB value is (7,47,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101111 11111011
Octal 7 57 373
Decimal 7 47 251
Hex 7 2F FB

RGB Percentages of Color #072ffb

%2.30
%15.41
%82.30

CMYK Percentages of Color #072ffb

%97
%81
%0
%2

Triadic Colors of #072ffb

#072ffb #fb072f #2ffb07

Analogous Colors of #072ffb

#072ffb #5907fb #07a9fb

Monochromatic Colors of #072ffb

#072ffb

Complementary Color

#072ffb #fbd307

#072ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#072ffb Color CSS Codes

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

#072ffb Text Font Color

<p style="color:#072ffb">Text here</p>

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


#072ffb Background Color

<div style="background-color:#072ffb">
Div content here</div>

This div background color is #072ffb


#072ffb Border Color

<div style="border:3px solid #072ffb">
Div here</div>

This div border color is #072ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,47,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 #072ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072ffb


Comments

No comments written yet.

Please login to write comment.