Color Hex Logo

#070bcd Color Hex

#070BCD
(7,11,205)
0 Favorites   0 Comments

Color spaces of #070bcd

RGB 711205
HSL0.660.930.42
HSV239°97°80°
CMYK 0.970.950.00   0.20
XYZ11.22674.692358.0716
Yxy4.69230.15170.0634
Hunter Lab21.661754.6039-143.7838
CIE-Lab25.839564.9820-90.0556

#070bcd color RGB value is (7,11,205).

#070bcd hex color red value is 7, green value is 11 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #070bcd hue: 0.66 , saturation: 0.93 and the lightness value of 070bcd is 0.42.

The process color (four color CMYK) of #070bcd color hex is 0.97, 0.95, 0.00, 0.20. Web safe color of #070bcd is #0000cc. Color #070bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001011 11001101
Octal 7 13 315
Decimal 7 11 205
Hex 7 B CD

RGB Percentages of Color #070bcd

%3.14
%4.93
%91.93

CMYK Percentages of Color #070bcd

%97
%95
%0
%20

Triadic Colors of #070bcd

#070bcd #cd070b #0bcd07

Analogous Colors of #070bcd

#070bcd #6607cd #076ecd

Monochromatic Colors of #070bcd

#070bcd

Complementary Color

#070bcd #cdc907

#070bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#070bcd Color CSS Codes

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

#070bcd Text Font Color

<p style="color:#070bcd">Text here</p>

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


#070bcd Background Color

<div style="background-color:#070bcd">
Div content here</div>

This div background color is #070bcd


#070bcd Border Color

<div style="border:3px solid #070bcd">
Div here</div>

This div border color is #070bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,11,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #070bcd;
  box-shadow:         1px 1px 3px 2px #070bcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070bcd


Comments

No comments written yet.

Please login to write comment.