Color Hex Logo

#072bdb Color Hex

#072BDB
(7,43,219)
0 Favorites   0 Comments

Color spaces of #072bdb

RGB 743219
HSL0.640.940.44
HSV230°97°86°
CMYK 0.970.800.00   0.14
XYZ13.73776.887467.6232
Yxy6.88740.15570.0780
Hunter Lab26.243947.5115-134.4033
CIE-Lab31.549257.4454-88.6564

#072bdb color RGB value is (7,43,219).

#072bdb hex color red value is 7, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #072bdb hue: 0.64 , saturation: 0.94 and the lightness value of 072bdb is 0.44.

The process color (four color CMYK) of #072bdb color hex is 0.97, 0.80, 0.00, 0.14. Web safe color of #072bdb is #0033cc. Color #072bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101011 11011011
Octal 7 53 333
Decimal 7 43 219
Hex 7 2B DB

RGB Percentages of Color #072bdb

%2.60
%15.99
%81.41

CMYK Percentages of Color #072bdb

%97
%80
%0
%14

Triadic Colors of #072bdb

#072bdb #db072b #2bdb07

Analogous Colors of #072bdb

#072bdb #4d07db #0795db

Monochromatic Colors of #072bdb

#072bdb

Complementary Color

#072bdb #dbb707

#072bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#072bdb Color CSS Codes

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

#072bdb Text Font Color

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

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


#072bdb Background Color

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

This div background color is #072bdb


#072bdb Border Color

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

This div border color is #072bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072bdb


Comments

No comments written yet.

Please login to write comment.