#468AD8

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

Shades of Havelock Blue #468AD8

Tints of Havelock Blue #468AD8

Color information

#468AD8 (or 0x468AD8) is unknown color: approx Havelock Blue. HEX triplet: 46, 8A and D8. RGB value is (70,138,216). Sum of RGB (Red+Green+Blue) = 70+138+216=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #468AD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468AD8 is #B97527. Grayscale: #7E7E7E. Windows color (decimal): -12154152 or 14191174. OLE color: 14191174.

HSL color Cylindrical-coordinate representation of color #468AD8: hue angle of 212.05º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468AD8 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB70138216-
CMYK0.680.3600.15
HSL212.05º65.18%56.08%-
HSV(B)212.05º67.59%84.71%-
XYZ24.0124.4468.42-
YUV126.56178.4787.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.51%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 216 (84.77% from 255) = 50.94%
R=16.51%
G=32.55%
B=50.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal701382160.680.3600.15212.0565.1856.08
Hex468AD844240Fd44138
Octal1062123301044401732410170
Binary10001101000101011011000100010010010001111110101001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468AD8; }

 p { color: rgb(70,138,216); }

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

<style>
 a { background-color: #468AD8; }

 a { background-color: rgb(70,138,216); }

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

<style>
 span { border-color: #468AD8; }

 span { border-color: rgb(70,138,216); }

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