Html Css Color HEX #428ADB Havelock Blue

📋 copy color: '#428ADB'

red 66 ◦ green 138 ◦ blue 219

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

Shades of Havelock Blue #428ADB

Tints of Havelock Blue #428ADB

RGB

 RED value IS 66 (26.17% from 255) = 15.6%

 GREEN value IS 138 (54.3% from 255) = 32.62%

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 15.6%
G = 32.62%
B = 51.77%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#428ADB (or 0x428ADB) is known color: Havelock Blue. HEX triplet: 42, 8A and DB. RGB value is (66,138,219). Sum of RGB (Red+Green+Blue) = 66+138+219=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #428ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ADB is #BD7524. Grayscale: #7D7D7D. Windows color (decimal): -12416293 or 14387778. OLE color: 14387778.

HSL color Cylindrical-coordinate representation of color #428ADB: hue angle of 211.76º 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 #428ADB is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 138 219 -
CMYK 0.70 0.37 0 0.14
HSL 211.76º 0.68% 0.56% -
HSV(B) 211.76º 0.7% 0.86% -
XYZ 24.12 24.45 70.47 -
YUV 125.71 180.65 85.41 -
System Red Green Blue C M Y K H S L
Decimal 66 138 219 0.70 0.37 0 0.14 211.76 0.68 0.56
Hex 42 8A DB 46 25 0 E D4 44 38
Octal 102 212 333 106 45 0 16 324 104 70
Binary 1000010 10001010 11011011 1000110 100101 0 1110 11010100 1000100 111000

Color Harmonies of #428ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428ADB

Black with #428ADB

Text Example


Text Example

White with #428ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #428ADB;
 }
 .AnyTagClassName
 {
   color: #428ADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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