Color Hex Logo

#428bbb Color Hex

#428BBB
(66,139,187)
0 Favorites   0 Comments

Color spaces of #428bbb

RGB 66139187
HSL0.570.480.50
HSV204°65°73°
CMYK 0.650.260.00   0.27
XYZ20.449023.211350.4162
Yxy23.21130.21740.2467
Hunter Lab48.1781-8.5481-28.3196
CIE-Lab55.2893-7.6774-31.8146

#428bbb color RGB value is (66,139,187).

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

The process color (four color CMYK) of #428bbb color hex is 0.65, 0.26, 0.00, 0.27. Web safe color of #428bbb is #3399cc. Color #428bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001011 10111011
Octal 102 213 273
Decimal 66 139 187
Hex 42 8B BB

RGB Percentages of Color #428bbb

%16.84
%35.46
%47.70

CMYK Percentages of Color #428bbb

%65
%26
%0
%27

Triadic Colors of #428bbb

#428bbb #bb428b #8bbb42

Analogous Colors of #428bbb

#428bbb #424ebb #42bbaf

Monochromatic Colors of #428bbb

#428bbb

Complementary Color

#428bbb #bb7242

#428bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#428bbb Color CSS Codes

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

#428bbb Text Font Color

<p style="color:#428bbb">Text here</p>

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


#428bbb Background Color

<div style="background-color:#428bbb">
Div content here</div>

This div background color is #428bbb


#428bbb Border Color

<div style="border:3px solid #428bbb">
Div here</div>

This div border color is #428bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428bbb


Comments

No comments written yet.

Please login to write comment.