Html Css Color HEX #508BDA Havelock Blue

📋 copy color: '#508BDA'

red 80 ◦ green 139 ◦ blue 218

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

Shades of Havelock Blue #508BDA

Tints of Havelock Blue #508BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 18.31%
G = 31.81%
B = 49.89%

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

#508BDA (or 0x508BDA) is known color: Havelock Blue. HEX triplet: 50, 8B and DA. RGB value is (80,139,218). Sum of RGB (Red+Green+Blue) = 80+139+218=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #508BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BDA is #AF7425. Grayscale: #818181. Windows color (decimal): -11498534 or 14322512. OLE color: 14322512.

HSL color Cylindrical-coordinate representation of color #508BDA: hue angle of 214.35º degrees, saturation: 0.65, 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 #508BDA is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 139 218 -
CMYK 0.63 0.36 0 0.15
HSL 214.35º 0.65% 0.58% -
HSV(B) 214.35º 0.63% 0.85% -
XYZ 25.2 25.23 69.87 -
YUV 130.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 80 139 218 0.63 0.36 0 0.15 214.35 0.65 0.58
Hex 50 8B DA 3F 24 0 F D6 41 3A
Octal 120 213 332 77 44 0 17 326 101 72
Binary 1010000 10001011 11011010 111111 100100 0 1111 11010110 1000001 111010

Color Harmonies of #508BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BDA

Black with #508BDA

Text Example


Text Example

White with #508BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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