Color Hex Logo

#468fdb Color Hex

#468FDB
(70,143,219)
0 Favorites   0 Comments

Color spaces of #468fdb

RGB 70143219
HSL0.590.670.57
HSV211°68°86°
CMYK 0.680.350.00   0.14
XYZ25.134426.061570.7235
Yxy26.06150.20620.2138
Hunter Lab51.0505-1.4549-46.4029
CIE-Lab58.09541.5556-45.4560

#468fdb color RGB value is (70,143,219).

#468fdb hex color red value is 70, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #468fdb hue: 0.59 , saturation: 0.67 and the lightness value of 468fdb is 0.57.

The process color (four color CMYK) of #468fdb color hex is 0.68, 0.35, 0.00, 0.14. Web safe color of #468fdb is #3399cc. Color #468fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001111 11011011
Octal 106 217 333
Decimal 70 143 219
Hex 46 8F DB

RGB Percentages of Color #468fdb

%16.20
%33.10
%50.69

CMYK Percentages of Color #468fdb

%68
%35
%0
%14

Triadic Colors of #468fdb

#468fdb #db468f #8fdb46

Analogous Colors of #468fdb

#468fdb #4746db #46dadb

Monochromatic Colors of #468fdb

#468fdb

Complementary Color

#468fdb #db9246

#468fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#468fdb Color CSS Codes

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

#468fdb Text Font Color

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

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


#468fdb Background Color

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

This div background color is #468fdb


#468fdb Border Color

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

This div border color is #468fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468fdb


Comments

No comments written yet.

Please login to write comment.