Html Css Color HEX #408BDA Havelock Blue

📋 copy color: '#408BDA'

red 64 ◦ green 139 ◦ blue 218

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

Shades of Havelock Blue #408BDA

Tints of Havelock Blue #408BDA

RGB

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

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

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

R = 15.2%
G = 33.02%
B = 51.78%

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

#408BDA (or 0x408BDA) is known color: Havelock Blue. HEX triplet: 40, 8B and DA. RGB value is (64,139,218). Sum of RGB (Red+Green+Blue) = 64+139+218=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #408BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BDA is #BF7425. Grayscale: #7D7D7D. Windows color (decimal): -12547110 or 14322496. OLE color: 14322496.

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

Color convert

RGB 64 139 218 -
CMYK 0.71 0.36 0 0.15
HSL 210.78º 0.68% 0.55% -
HSV(B) 210.78º 0.71% 0.85% -
XYZ 24 24.62 69.82 -
YUV 125.58 180.15 84.08 -
System Red Green Blue C M Y K H S L
Decimal 64 139 218 0.71 0.36 0 0.15 210.78 0.68 0.55
Hex 40 8B DA 47 24 0 F D3 44 37
Octal 100 213 332 107 44 0 17 323 104 67
Binary 1000000 10001011 11011010 1000111 100100 0 1111 11010011 1000100 110111

Color Harmonies of #408BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BDA

Black with #408BDA

Text Example


Text Example

White with #408BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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