Color Hex Logo

#426fdb Color Hex

#426FDB
(66,111,219)
0 Favorites   0 Comments

Color spaces of #426fdb

RGB 66111219
HSL0.620.680.56
HSV222°70°86°
CMYK 0.700.490.00   0.14
XYZ20.717417.641669.3311
Yxy17.64160.19240.1638
Hunter Lab42.001914.5416-68.4666
CIE-Lab49.058520.4848-59.8926

#426fdb color RGB value is (66,111,219).

#426fdb hex color red value is 66, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #426fdb hue: 0.62 , saturation: 0.68 and the lightness value of 426fdb is 0.56.

The process color (four color CMYK) of #426fdb color hex is 0.70, 0.49, 0.00, 0.14. Web safe color of #426fdb is #3366cc. Color #426fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 11011011
Octal 102 157 333
Decimal 66 111 219
Hex 42 6F DB

RGB Percentages of Color #426fdb

%16.67
%28.03
%55.30

CMYK Percentages of Color #426fdb

%70
%49
%0
%14

Triadic Colors of #426fdb

#426fdb #db426f #6fdb42

Analogous Colors of #426fdb

#426fdb #6142db #42bcdb

Monochromatic Colors of #426fdb

#426fdb

Complementary Color

#426fdb #dbae42

#426fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#426fdb Color CSS Codes

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

#426fdb Text Font Color

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

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


#426fdb Background Color

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

This div background color is #426fdb


#426fdb Border Color

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

This div border color is #426fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,111,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 #426fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426fdb


Comments

No comments written yet.

Please login to write comment.