Color Hex Logo

#428ddb Color Hex

#428DDB
(66,141,219)
0 Favorites   0 Comments

Color spaces of #428ddb

RGB 66141219
HSL0.580.680.56
HSV211°70°86°
CMYK 0.700.360.00   0.14
XYZ24.557825.322570.6112
Yxy25.32250.20380.2102
Hunter Lab50.3215-0.9513-47.9708
CIE-Lab57.38832.1302-46.5834

#428ddb color RGB value is (66,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 11011011
Octal 102 215 333
Decimal 66 141 219
Hex 42 8D DB

RGB Percentages of Color #428ddb

%15.49
%33.10
%51.41

CMYK Percentages of Color #428ddb

%70
%36
%0
%14

Triadic Colors of #428ddb

#428ddb #db428d #8ddb42

Analogous Colors of #428ddb

#428ddb #4442db #42dadb

Monochromatic Colors of #428ddb

#428ddb

Complementary Color

#428ddb #db9042

#428ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#428ddb Color CSS Codes

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

#428ddb Text Font Color

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

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


#428ddb Background Color

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

This div background color is #428ddb


#428ddb Border Color

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

This div border color is #428ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428ddb


Comments

No comments written yet.

Please login to write comment.