Html Css Color HEX #408ADB Havelock Blue

📋 copy color: '#408ADB'

red 64 ◦ green 138 ◦ blue 219

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

Shades of Havelock Blue #408ADB

Tints of Havelock Blue #408ADB

RGB

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

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

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

R = 15.2%
G = 32.78%
B = 52.02%

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

#408ADB (or 0x408ADB) is known color: Havelock Blue. HEX triplet: 40, 8A and DB. RGB value is (64,138,219). Sum of RGB (Red+Green+Blue) = 64+138+219=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #408ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ADB is #BF7524. Grayscale: #7C7C7C. Windows color (decimal): -12547365 or 14387776. OLE color: 14387776.

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

Color convert

RGB 64 138 219 -
CMYK 0.71 0.37 0 0.14
HSL 211.35º 0.68% 0.55% -
HSV(B) 211.35º 0.71% 0.86% -
XYZ 23.99 24.38 70.46 -
YUV 125.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 64 138 219 0.71 0.37 0 0.14 211.35 0.68 0.55
Hex 40 8A DB 47 25 0 E D3 44 37
Octal 100 212 333 107 45 0 16 323 104 67
Binary 1000000 10001010 11011011 1000111 100101 0 1110 11010011 1000100 110111

Color Harmonies of #408ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408ADB

Black with #408ADB

Text Example


Text Example

White with #408ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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