Color Hex Logo

#467ffb Color Hex

#467FFB
(70,127,251)
0 Favorites   0 Comments

Color spaces of #467ffb

RGB 70127251
HSL0.610.960.63
HSV221°72°98°
CMYK 0.720.490.00   0.02
XYZ27.527723.445994.3414
Yxy23.44590.18940.1613
Hunter Lab48.421016.7420-81.6235
CIE-Lab55.528722.4981-67.3425

#467ffb color RGB value is (70,127,251).

#467ffb hex color red value is 70, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #467ffb hue: 0.61 , saturation: 0.96 and the lightness value of 467ffb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 11111011
Octal 106 177 373
Decimal 70 127 251
Hex 46 7F FB

RGB Percentages of Color #467ffb

%15.63
%28.35
%56.03

CMYK Percentages of Color #467ffb

%72
%49
%0
%2

Triadic Colors of #467ffb

#467ffb #fb467f #7ffb46

Analogous Colors of #467ffb

#467ffb #6846fb #46dafb

Monochromatic Colors of #467ffb

#467ffb

Complementary Color

#467ffb #fbc246

#467ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#467ffb Color CSS Codes

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

#467ffb Text Font Color

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

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


#467ffb Background Color

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

This div background color is #467ffb


#467ffb Border Color

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

This div border color is #467ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467ffb


Comments

No comments written yet.

Please login to write comment.