Color Hex Logo

#468ddb Color Hex

#468DDB
(70,141,219)
0 Favorites   0 Comments

Color spaces of #468ddb

RGB 70141219
HSL0.590.670.57
HSV211°68°86°
CMYK 0.680.360.00   0.14
XYZ24.836825.466370.6243
Yxy25.46630.20540.2106
Hunter Lab50.4641-0.4604-47.6511
CIE-Lab57.52702.7340-46.3550

#468ddb color RGB value is (70,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001101 11011011
Octal 106 215 333
Decimal 70 141 219
Hex 46 8D DB

RGB Percentages of Color #468ddb

%16.28
%32.79
%50.93

CMYK Percentages of Color #468ddb

%68
%36
%0
%14

Triadic Colors of #468ddb

#468ddb #db468d #8ddb46

Analogous Colors of #468ddb

#468ddb #4946db #46d8db

Monochromatic Colors of #468ddb

#468ddb

Complementary Color

#468ddb #db9446

#468ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ddb Color CSS Codes

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

#468ddb Text Font Color

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

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


#468ddb Background Color

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

This div background color is #468ddb


#468ddb Border Color

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

This div border color is #468ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ddb


Comments

No comments written yet.

Please login to write comment.