color codes Logo

#0007db color codes

#0007DB
(0,7,219)
0 Favorites   0 Comments

Color spaces of #0007db

RGB 07219
HSL0.661.000.43
HSV238°100°86°
CMYK 1.000.970.00   0.14
XYZ12.86225.266467.3564
Yxy5.26640.15050.0616
Hunter Lab22.948659.8852-157.9576
CIE-Lab27.480669.2853-95.4465

#0007db color RGB value is (0,7,219).

#0007db hex color red value is 0, green value is 7 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0007db hue: 0.66 , saturation: 1.00 and the lightness value of 0007db is 0.43.

The process color (four color CMYK) of #0007db color code is 1.00, 0.97, 0.00, 0.14. Web safe color of #0007db is #0000cc. Color #0007db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000111 11011011
Octal 0 7 333
Decimal 0 7 219
Hex 0 7 DB

RGB Percentages of Color #0007db

%0.00
%3.10
%96.90

CMYK Percentages of Color #0007db

%100
%97
%0
%14

Triadic Colors of #0007db

#0007db #db0007 #07db00

Analogous Colors of #0007db

#0007db #6700db #0075db

Monochromatic Colors of #0007db

#0007db

Complementary Color

#0007db #dbd400

#0007db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0007db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0007db Color CSS Codes

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

#0007db Text Font Color

<p style="color:#0007db">Text here</p>

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


#0007db Background Color

<div style="background-color:#0007db">
Div content here</div>

This div background color is #0007db


#0007db Border Color

<div style="border:3px solid #0007db">
Div here</div>

This div border color is #0007db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0007db


Comments

No comments written yet.

Please login to write comment.