Color Hex Logo

#426ddb Color Hex

#426DDB
(66,109,219)
0 Favorites   0 Comments

Color spaces of #426ddb

RGB 66109219
HSL0.620.680.56
HSV223°70°86°
CMYK 0.700.500.00   0.14
XYZ20.501617.210069.2591
Yxy17.21000.19170.1609
Hunter Lab41.484915.6150-69.9452
CIE-Lab48.523621.7421-60.7553

#426ddb color RGB value is (66,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101101 11011011
Octal 102 155 333
Decimal 66 109 219
Hex 42 6D DB

RGB Percentages of Color #426ddb

%16.75
%27.66
%55.58

CMYK Percentages of Color #426ddb

%70
%50
%0
%14

Triadic Colors of #426ddb

#426ddb #db426d #6ddb42

Analogous Colors of #426ddb

#426ddb #6442db #42badb

Monochromatic Colors of #426ddb

#426ddb

Complementary Color

#426ddb #dbb042

#426ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#426ddb Color CSS Codes

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

#426ddb Text Font Color

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

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


#426ddb Background Color

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

This div background color is #426ddb


#426ddb Border Color

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

This div border color is #426ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426ddb


Comments

No comments written yet.

Please login to write comment.