#428CDB

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

Shades of Havelock Blue #428CDB

Tints of Havelock Blue #428CDB

Color information

#428CDB (or 0x428CDB) is unknown color: approx Havelock Blue. HEX triplet: 42, 8C and DB. RGB value is (66,140,219). Sum of RGB (Red+Green+Blue) = 66+140+219=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #428CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CDB is #BD7324. Grayscale: #7E7E7E. Windows color (decimal): -12415781 or 14388290. OLE color: 14388290.

HSL color Cylindrical-coordinate representation of color #428CDB: hue angle of 210.98º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #428CDB is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB66140219-
CMYK0.700.3600.14
HSL210.98º68%55.88%-
HSV(B)210.98º69.86%85.88%-
XYZ24.4125.0370.56-
YUV126.88179.9884.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 219 (85.94% from 255) = 51.53%
R=15.53%
G=32.94%
B=51.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal661402190.700.3600.14210.986855.88
Hex428CDB46240Ed34438
Octal1022143331064401632310470
Binary10000101000110011011011100011010010001110110100111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,140,219); }

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

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

 a { background-color: rgb(66,140,219); }

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

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

 span { border-color: rgb(66,140,219); }

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