Html Css Color HEX #508AD6 Havelock Blue

📋 copy color: '#508AD6'

red 80 ◦ green 138 ◦ blue 214

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

Shades of Havelock Blue #508AD6

Tints of Havelock Blue #508AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.54%

R = 18.52%
G = 31.94%
B = 49.54%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#508AD6 (or 0x508AD6) is known color: Havelock Blue. HEX triplet: 50, 8A and D6. RGB value is (80,138,214). Sum of RGB (Red+Green+Blue) = 80+138+214=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #508AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508AD6 is #AF7529. Grayscale: #808080. Windows color (decimal): -11498794 or 14060112. OLE color: 14060112.

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

Color convert

RGB 80 138 214 -
CMYK 0.63 0.36 0 0.16
HSL 214.03º 0.62% 0.58% -
HSV(B) 214.03º 0.63% 0.84% -
XYZ 24.53 24.74 67.1 -
YUV 129.32 175.78 92.82 -
System Red Green Blue C M Y K H S L
Decimal 80 138 214 0.63 0.36 0 0.16 214.03 0.62 0.58
Hex 50 8A D6 3F 24 0 10 D6 3E 3A
Octal 120 212 326 77 44 0 20 326 76 72
Binary 1010000 10001010 11010110 111111 100100 0 10000 11010110 111110 111010

Color Harmonies of #508AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508AD6

Black with #508AD6

Text Example


Text Example

White with #508AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,138,214); }

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

background-color css

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

 a { background-color: rgb(80,138,214); }

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

border-color css

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

 span { border-color: rgb(80,138,214); }

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