Html Css Color HEX #508BD9 Havelock Blue

📋 copy color: '#508BD9'

red 80 ◦ green 139 ◦ blue 217

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

Shades of Havelock Blue #508BD9

Tints of Havelock Blue #508BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.77%

R = 18.35%
G = 31.88%
B = 49.77%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#508BD9 (or 0x508BD9) is known color: Havelock Blue. HEX triplet: 50, 8B and D9. RGB value is (80,139,217). Sum of RGB (Red+Green+Blue) = 80+139+217=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #508BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BD9 is #AF7426. Grayscale: #818181. Windows color (decimal): -11498535 or 14256976. OLE color: 14256976.

HSL color Cylindrical-coordinate representation of color #508BD9: hue angle of 214.16º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508BD9 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 139 217 -
CMYK 0.63 0.36 0 0.15
HSL 214.16º 0.64% 0.58% -
HSV(B) 214.16º 0.63% 0.85% -
XYZ 25.07 25.18 69.18 -
YUV 130.25 176.95 92.16 -
System Red Green Blue C M Y K H S L
Decimal 80 139 217 0.63 0.36 0 0.15 214.16 0.64 0.58
Hex 50 8B D9 3F 24 0 F D6 40 3A
Octal 120 213 331 77 44 0 17 326 100 72
Binary 1010000 10001011 11011001 111111 100100 0 1111 11010110 1000000 111010

Color Harmonies of #508BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BD9

Black with #508BD9

Text Example


Text Example

White with #508BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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