Html Css Color HEX #428BD6 Havelock Blue

📋 copy color: '#428BD6'

red 66 ◦ green 139 ◦ blue 214

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

Shades of Havelock Blue #428BD6

Tints of Havelock Blue #428BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

 BLUE value IS 214 (83.98% from 255) = 51.07%

R = 15.75%
G = 33.17%
B = 51.07%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#428BD6 (or 0x428BD6) is known color: Havelock Blue. HEX triplet: 42, 8B and D6. RGB value is (66,139,214). Sum of RGB (Red+Green+Blue) = 66+139+214=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #428BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BD6 is #BD7429. Grayscale: #7D7D7D. Windows color (decimal): -12416042 or 14060354. OLE color: 14060354.

HSL color Cylindrical-coordinate representation of color #428BD6: hue angle of 210.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428BD6 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 139 214 -
CMYK 0.69 0.35 0 0.16
HSL 210.41º 0.64% 0.55% -
HSV(B) 210.41º 0.69% 0.84% -
XYZ 23.62 24.48 67.1 -
YUV 125.72 177.82 85.4 -
System Red Green Blue C M Y K H S L
Decimal 66 139 214 0.69 0.35 0 0.16 210.41 0.64 0.55
Hex 42 8B D6 45 23 0 10 D2 40 37
Octal 102 213 326 105 43 0 20 322 100 67
Binary 1000010 10001011 11010110 1000101 100011 0 10000 11010010 1000000 110111

Color Harmonies of #428BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BD6

Black with #428BD6

Text Example


Text Example

White with #428BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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