#408ADC

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

Shades of Havelock Blue #408ADC

Tints of Havelock Blue #408ADC

Color information

#408ADC (or 0x408ADC) is unknown color: approx Havelock Blue. HEX triplet: 40, 8A and DC. RGB value is (64,138,220). Sum of RGB (Red+Green+Blue) = 64+138+220=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #408ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ADC is #BF7523. Grayscale: #7C7C7C. Windows color (decimal): -12547364 or 14453312. OLE color: 14453312.

HSL color Cylindrical-coordinate representation of color #408ADC: hue angle of 211.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408ADC is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB64138220-
CMYK0.710.3700.14
HSL211.54º69.03%55.69%-
HSV(B)211.54º70.91%86.27%-
XYZ24.1224.4371.16-
YUV125.22181.4884.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.17%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 220 (86.33% from 255) = 52.13%
R=15.17%
G=32.70%
B=52.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal641382200.710.3700.14211.5469.0355.69
Hex408ADC47250Ed44538
Octal1002123341074501632410570
Binary10000001000101011011100100011110010101110110101001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408ADC; }

 p { color: rgb(64,138,220); }

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

<style>
 a { background-color: #408ADC; }

 a { background-color: rgb(64,138,220); }

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

<style>
 span { border-color: #408ADC; }

 span { border-color: rgb(64,138,220); }

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