Html Css Color HEX #408ADA Havelock Blue

📋 copy color: '#408ADA'

red 64 ◦ green 138 ◦ blue 218

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

Shades of Havelock Blue #408ADA

Tints of Havelock Blue #408ADA

RGB

 RED value IS 64 (25.39% from 255) = 15.24%

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

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 15.24%
G = 32.86%
B = 51.9%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#408ADA (or 0x408ADA) is known color: Havelock Blue. HEX triplet: 40, 8A and DA. RGB value is (64,138,218). Sum of RGB (Red+Green+Blue) = 64+138+218=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #408ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ADA is #BF7525. Grayscale: #7C7C7C. Windows color (decimal): -12547366 or 14322240. OLE color: 14322240.

HSL color Cylindrical-coordinate representation of color #408ADA: hue angle of 211.17º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408ADA is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 138 218 -
CMYK 0.71 0.37 0 0.15
HSL 211.17º 0.68% 0.55% -
HSV(B) 211.17º 0.71% 0.85% -
XYZ 23.86 24.33 69.77 -
YUV 124.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 64 138 218 0.71 0.37 0 0.15 211.17 0.68 0.55
Hex 40 8A DA 47 25 0 F D3 44 37
Octal 100 212 332 107 45 0 17 323 104 67
Binary 1000000 10001010 11011010 1000111 100101 0 1111 11010011 1000100 110111

Color Harmonies of #408ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408ADA

Black with #408ADA

Text Example


Text Example

White with #408ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #408ADA;
 }
 .AnyTagClassName
 {
   color: #408ADA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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