#428BD4

Color #428BD4 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #428BD4

Tints of Havelock Blue #428BD4

Color information

#428BD4 (or 0x428BD4) is unknown color: approx Havelock Blue. HEX triplet: 42, 8B and D4. RGB value is (66,139,212). Sum of RGB (Red+Green+Blue) = 66+139+212=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #428BD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BD4 is #BD742B. Grayscale: #7D7D7D. Windows color (decimal): -12416044 or 13929282. OLE color: 13929282.

HSL color Cylindrical-coordinate representation of color #428BD4: hue angle of 210º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428BD4 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB66139212-
CMYK0.690.3400.17
HSL210º62.93%54.51%-
HSV(B)210º68.87%83.14%-
XYZ23.3624.3865.76-
YUV125.49176.8285.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 15.83%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 212 (83.20% from 255) = 50.84%
R=15.83%
G=33.33%
B=50.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal661392120.690.3400.1721062.9354.51
Hex428BD44522011d23f37
Octal102213324105420213227767
Binary10000101000101111010100100010110001001000111010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428BD4; }

 p { color: rgb(66,139,212); }

 H1.HeaderClassName
 {
   color: #428BD4;
 }
 .AnyTagClassName
 {
   color: #428BD4;
 }
</style>
background-color css

<style>
 a { background-color: #428BD4; }

 a { background-color: rgb(66,139,212); }

 div.DivClassName
 {
   background-color: #428BD4;
 }
 .BgClassName
 {
   background-color: #428BD4;
 }
</style>
border-color css

<style>
 span { border-color: #428BD4; }

 span { border-color: rgb(66,139,212); }

 td.TdClassName
 {
   border-color: #428BD4;
 }
 .TagClassName
 {
   border-color: #428BD4;
 }
</style>