Html Css Color HEX #408CDB Havelock Blue

📋 copy color: '#408CDB'

red 64 ◦ green 140 ◦ blue 219

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

Shades of Havelock Blue #408CDB

Tints of Havelock Blue #408CDB

RGB

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

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

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

R = 15.13%
G = 33.1%
B = 51.77%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#408CDB (or 0x408CDB) is known color: Havelock Blue. HEX triplet: 40, 8C and DB. RGB value is (64,140,219). Sum of RGB (Red+Green+Blue) = 64+140+219=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #408CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CDB is #BF7324. Grayscale: #7D7D7D. Windows color (decimal): -12546853 or 14388288. OLE color: 14388288.

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

Color convert

RGB 64 140 219 -
CMYK 0.71 0.36 0 0.14
HSL 210.58º 0.68% 0.55% -
HSV(B) 210.58º 0.71% 0.86% -
XYZ 24.28 24.96 70.56 -
YUV 126.28 180.32 83.58 -
System Red Green Blue C M Y K H S L
Decimal 64 140 219 0.71 0.36 0 0.14 210.58 0.68 0.55
Hex 40 8C DB 47 24 0 E D3 44 37
Octal 100 214 333 107 44 0 16 323 104 67
Binary 1000000 10001100 11011011 1000111 100100 0 1110 11010011 1000100 110111

Color Harmonies of #408CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CDB

Black with #408CDB

Text Example


Text Example

White with #408CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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