Color Hex Logo

#007ffb Color Hex

#007FFB
(0,127,251)
0 Favorites   0 Comments

Color spaces of #007ffb

RGB 0127251
HSL0.581.000.49
HSV210°100°98°
CMYK 1.000.490.00   0.02
XYZ25.002022.143894.2232
Yxy22.14380.17690.1566
Hunter Lab47.057212.4889-85.7770
CIE-Lab54.179217.8710-69.5895

#007ffb color RGB value is (0,127,251).

#007ffb hex color red value is 0, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #007ffb hue: 0.58 , saturation: 1.00 and the lightness value of 007ffb is 0.49.

The process color (four color CMYK) of #007ffb color hex is 1.00, 0.49, 0.00, 0.02. Web safe color of #007ffb is #0066ff. Color #007ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111111 11111011
Octal 0 177 373
Decimal 0 127 251
Hex 0 7F FB

RGB Percentages of Color #007ffb

%0.00
%33.60
%66.40

CMYK Percentages of Color #007ffb

%100
%49
%0
%2

Triadic Colors of #007ffb

#007ffb #fb007f #7ffb00

Analogous Colors of #007ffb

#007ffb #0002fb #00fbfa

Monochromatic Colors of #007ffb

#007ffb

Complementary Color

#007ffb #fb7c00

#007ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#007ffb Color CSS Codes

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

#007ffb Text Font Color

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

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


#007ffb Background Color

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

This div background color is #007ffb


#007ffb Border Color

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

This div border color is #007ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007ffb


Comments

No comments written yet.

Please login to write comment.