Html Css Color HEX #428CDB Havelock Blue

📋 copy color: '#428CDB'

red 66 ◦ green 140 ◦ blue 219

#428CDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #428CDB

Tints of Havelock Blue #428CDB

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 value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#428CDB (or 0x428CDB) is known color: 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

RGB 66 140 219 -
CMYK 0.70 0.36 0 0.14
HSL 210.98º 0.68% 0.56% -
HSV(B) 210.98º 0.7% 0.86% -
XYZ 24.41 25.03 70.56 -
YUV 126.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 66 140 219 0.70 0.36 0 0.14 210.98 0.68 0.56
Hex 42 8C DB 46 24 0 E D3 44 38
Octal 102 214 333 106 44 0 16 323 104 70
Binary 1000010 10001100 11011011 1000110 100100 0 1110 11010011 1000100 111000

Color Harmonies of #428CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CDB

Black with #428CDB

Text Example


Text Example

White with #428CDB

Text Example


Text Example

HTML Codes & Css Web 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>