Html Css Color HEX #408BDB Havelock Blue

📋 copy color: '#408BDB'

red 64 ◦ green 139 ◦ blue 219

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

Shades of Havelock Blue #408BDB

Tints of Havelock Blue #408BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 15.17%
G = 32.94%
B = 51.9%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#408BDB (or 0x408BDB) is known color: Havelock Blue. HEX triplet: 40, 8B and DB. RGB value is (64,139,219). Sum of RGB (Red+Green+Blue) = 64+139+219=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #408BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BDB is #BF7424. Grayscale: #7D7D7D. Windows color (decimal): -12547109 or 14388032. OLE color: 14388032.

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

Color convert

RGB 64 139 219 -
CMYK 0.71 0.37 0 0.14
HSL 210.97º 0.68% 0.55% -
HSV(B) 210.97º 0.71% 0.86% -
XYZ 24.13 24.67 70.51 -
YUV 125.7 180.65 84 -
System Red Green Blue C M Y K H S L
Decimal 64 139 219 0.71 0.37 0 0.14 210.97 0.68 0.55
Hex 40 8B DB 47 25 0 E D3 44 37
Octal 100 213 333 107 45 0 16 323 104 67
Binary 1000000 10001011 11011011 1000111 100101 0 1110 11010011 1000100 110111

Color Harmonies of #408BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BDB

Black with #408BDB

Text Example


Text Example

White with #408BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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