Html Css Color HEX #408CDA Havelock Blue

📋 copy color: '#408CDA'

red 64 ◦ green 140 ◦ blue 218

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

Shades of Havelock Blue #408CDA

Tints of Havelock Blue #408CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

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

R = 15.17%
G = 33.18%
B = 51.66%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#408CDA (or 0x408CDA) is known color: Havelock Blue. HEX triplet: 40, 8C and DA. RGB value is (64,140,218). Sum of RGB (Red+Green+Blue) = 64+140+218=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #408CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CDA is #BF7325. Grayscale: #7D7D7D. Windows color (decimal): -12546854 or 14322752. OLE color: 14322752.

HSL color Cylindrical-coordinate representation of color #408CDA: hue angle of 210.39º 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 #408CDA is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 140 218 -
CMYK 0.71 0.36 0 0.15
HSL 210.39º 0.68% 0.55% -
HSV(B) 210.39º 0.71% 0.85% -
XYZ 24.15 24.91 69.86 -
YUV 126.17 179.82 83.66 -
System Red Green Blue C M Y K H S L
Decimal 64 140 218 0.71 0.36 0 0.15 210.39 0.68 0.55
Hex 40 8C DA 47 24 0 F D2 44 37
Octal 100 214 332 107 44 0 17 322 104 67
Binary 1000000 10001100 11011010 1000111 100100 0 1111 11010010 1000100 110111

Color Harmonies of #408CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CDA

Black with #408CDA

Text Example


Text Example

White with #408CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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