Html Css Color HEX #508ED5 Havelock Blue

📋 copy color: '#508ED5'

red 80 ◦ green 142 ◦ blue 213

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

Shades of Havelock Blue #508ED5

Tints of Havelock Blue #508ED5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.64%

 BLUE value IS 213 (83.59% from 255) = 48.97%

R = 18.39%
G = 32.64%
B = 48.97%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#508ED5 (or 0x508ED5) is known color: Havelock Blue. HEX triplet: 50, 8E and D5. RGB value is (80,142,213). Sum of RGB (Red+Green+Blue) = 80+142+213=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #508ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ED5 is #AF712A. Grayscale: #838383. Windows color (decimal): -11497771 or 13995600. OLE color: 13995600.

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

Color convert

RGB 80 142 213 -
CMYK 0.62 0.33 0 0.16
HSL 212.03º 0.61% 0.57% -
HSV(B) 212.03º 0.62% 0.84% -
XYZ 24.99 25.86 66.62 -
YUV 131.56 173.96 91.23 -
System Red Green Blue C M Y K H S L
Decimal 80 142 213 0.62 0.33 0 0.16 212.03 0.61 0.57
Hex 50 8E D5 3E 21 0 10 D4 3D 39
Octal 120 216 325 76 41 0 20 324 75 71
Binary 1010000 10001110 11010101 111110 100001 0 10000 11010100 111101 111001

Color Harmonies of #508ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ED5

Black with #508ED5

Text Example


Text Example

White with #508ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,142,213); }

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

background-color css

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

 a { background-color: rgb(80,142,213); }

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

border-color css

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

 span { border-color: rgb(80,142,213); }

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