Color Hex Logo

#468bfa Color Hex

#468BFA
(70,139,250)
0 Favorites   0 Comments

Color spaces of #468bfa

RGB 70139250
HSL0.600.950.63
HSV217°72°98°
CMYK 0.720.440.00   0.02
XYZ29.013726.669594.0610
Yxy26.66950.19380.1781
Hunter Lab51.64259.9101-71.8403
CIE-Lab58.667214.8188-61.7423

#468bfa color RGB value is (70,139,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001011 11111010
Octal 106 213 372
Decimal 70 139 250
Hex 46 8B FA

RGB Percentages of Color #468bfa

%15.25
%30.28
%54.47

CMYK Percentages of Color #468bfa

%72
%44
%0
%2

Triadic Colors of #468bfa

#468bfa #fa468b #8bfa46

Analogous Colors of #468bfa

#468bfa #5b46fa #46e5fa

Monochromatic Colors of #468bfa

#468bfa

Complementary Color

#468bfa #fab546

#468bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#468bfa Color CSS Codes

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

#468bfa Text Font Color

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

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


#468bfa Background Color

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

This div background color is #468bfa


#468bfa Border Color

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

This div border color is #468bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.