Color Hex Logo

#467ddb Color Hex

#467DDB
(70,125,219)
0 Favorites   0 Comments

Color spaces of #467ddb

RGB 70125219
HSL0.610.670.57
HSV218°68°86°
CMYK 0.680.430.00   0.14
XYZ22.645621.083869.8939
Yxy21.08380.19930.1856
Hunter Lab45.91717.6785-58.1078
CIE-Lab53.041112.3783-53.4904

#467ddb color RGB value is (70,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111101 11011011
Octal 106 175 333
Decimal 70 125 219
Hex 46 7D DB

RGB Percentages of Color #467ddb

%16.91
%30.19
%52.90

CMYK Percentages of Color #467ddb

%68
%43
%0
%14

Triadic Colors of #467ddb

#467ddb #db467d #7ddb46

Analogous Colors of #467ddb

#467ddb #5a46db #46c8db

Monochromatic Colors of #467ddb

#467ddb

Complementary Color

#467ddb #dba446

#467ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#467ddb Color CSS Codes

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

#467ddb Text Font Color

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

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


#467ddb Background Color

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

This div background color is #467ddb


#467ddb Border Color

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

This div border color is #467ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467ddb


Comments

No comments written yet.

Please login to write comment.