Color Hex Logo

#468bfe Color Hex

#468BFE
(70,139,254)
0 Favorites   0 Comments

Color spaces of #468bfe

RGB 70139254
HSL0.600.990.64
HSV218°72°100°
CMYK 0.720.450.00   0.00
XYZ29.647826.923197.4000
Yxy26.92310.19260.1749
Hunter Lab51.887511.1894-74.9743
CIE-Lab58.903116.2369-63.5632

#468bfe color RGB value is (70,139,254).

#468bfe hex color red value is 70, green value is 139 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #468bfe hue: 0.60 , saturation: 0.99 and the lightness value of 468bfe is 0.64.

The process color (four color CMYK) of #468bfe color hex is 0.72, 0.45, 0.00, 0.00. Web safe color of #468bfe is #3399ff. Color #468bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001011 11111110
Octal 106 213 376
Decimal 70 139 254
Hex 46 8B FE

RGB Percentages of Color #468bfe

%15.12
%30.02
%54.86

CMYK Percentages of Color #468bfe

%72
%45
%0
%0

Triadic Colors of #468bfe

#468bfe #fe468b #8bfe46

Analogous Colors of #468bfe

#468bfe #5d46fe #46e7fe

Monochromatic Colors of #468bfe

#468bfe

Complementary Color

#468bfe #feb946

#468bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#468bfe Color CSS Codes

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

#468bfe Text Font Color

<p style="color:#468bfe">Text here</p>

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


#468bfe Background Color

<div style="background-color:#468bfe">
Div content here</div>

This div background color is #468bfe


#468bfe Border Color

<div style="border:3px solid #468bfe">
Div here</div>

This div border color is #468bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,139,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #468bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #468bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #468bfe;
  box-shadow:         1px 1px 3px 2px #468bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,139,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468bfe


Comments

No comments written yet.

Please login to write comment.