Color Hex Logo

#426dbb Color Hex

#426DBB
(66,109,187)
0 Favorites   0 Comments

Color spaces of #426dbb

RGB 66109187
HSL0.610.480.50
HSV219°65°73°
CMYK 0.650.420.00   0.27
XYZ16.685015.683449.1615
Yxy15.68340.20460.1924
Hunter Lab39.60235.9006-45.8799
CIE-Lab46.556310.3227-45.5771

#426dbb color RGB value is (66,109,187).

#426dbb hex color red value is 66, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #426dbb hue: 0.61 , saturation: 0.48 and the lightness value of 426dbb is 0.50.

The process color (four color CMYK) of #426dbb color hex is 0.65, 0.42, 0.00, 0.27. Web safe color of #426dbb is #3366cc. Color #426dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101101 10111011
Octal 102 155 273
Decimal 66 109 187
Hex 42 6D BB

RGB Percentages of Color #426dbb

%18.23
%30.11
%51.66

CMYK Percentages of Color #426dbb

%65
%42
%0
%27

Triadic Colors of #426dbb

#426dbb #bb426d #6dbb42

Analogous Colors of #426dbb

#426dbb #5442bb #42aabb

Monochromatic Colors of #426dbb

#426dbb

Complementary Color

#426dbb #bb9042

#426dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#426dbb Color CSS Codes

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

#426dbb Text Font Color

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

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


#426dbb Background Color

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

This div background color is #426dbb


#426dbb Border Color

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

This div border color is #426dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,109,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426dbb


Comments

No comments written yet.

Please login to write comment.