Html Css Color HEX #508BDB Havelock Blue

📋 copy color: '#508BDB'

red 80 ◦ green 139 ◦ blue 219

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

Shades of Havelock Blue #508BDB

Tints of Havelock Blue #508BDB

RGB

 RED value IS 80 (31.64% from 255) = 18.26%

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

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

R = 18.26%
G = 31.74%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#508BDB (or 0x508BDB) is known color: Havelock Blue. HEX triplet: 50, 8B and DB. RGB value is (80,139,219). Sum of RGB (Red+Green+Blue) = 80+139+219=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #508BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BDB is #AF7424. Grayscale: #828282. Windows color (decimal): -11498533 or 14388048. OLE color: 14388048.

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

Color convert

RGB 80 139 219 -
CMYK 0.63 0.37 0 0.14
HSL 214.53º 0.66% 0.59% -
HSV(B) 214.53º 0.63% 0.86% -
XYZ 25.33 25.29 70.56 -
YUV 130.48 177.95 92 -
System Red Green Blue C M Y K H S L
Decimal 80 139 219 0.63 0.37 0 0.14 214.53 0.66 0.59
Hex 50 8B DB 3F 25 0 E D7 42 3B
Octal 120 213 333 77 45 0 16 327 102 73
Binary 1010000 10001011 11011011 111111 100101 0 1110 11010111 1000010 111011

Color Harmonies of #508BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BDB

Black with #508BDB

Text Example


Text Example

White with #508BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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