Html Css Color HEX #508AD5 Havelock Blue

📋 copy color: '#508AD5'

red 80 ◦ green 138 ◦ blue 213

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

Shades of Havelock Blue #508AD5

Tints of Havelock Blue #508AD5

RGB

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

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

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

R = 18.56%
G = 32.02%
B = 49.42%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#508AD5 (or 0x508AD5) is known color: Havelock Blue. HEX triplet: 50, 8A and D5. RGB value is (80,138,213). Sum of RGB (Red+Green+Blue) = 80+138+213=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #508AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508AD5 is #AF752A. Grayscale: #808080. Windows color (decimal): -11498795 or 13994576. OLE color: 13994576.

HSL color Cylindrical-coordinate representation of color #508AD5: hue angle of 213.83º 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 #508AD5 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 138 213 -
CMYK 0.62 0.35 0 0.16
HSL 213.83º 0.61% 0.57% -
HSV(B) 213.83º 0.62% 0.84% -
XYZ 24.41 24.69 66.43 -
YUV 129.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 80 138 213 0.62 0.35 0 0.16 213.83 0.61 0.57
Hex 50 8A D5 3E 23 0 10 D6 3D 39
Octal 120 212 325 76 43 0 20 326 75 71
Binary 1010000 10001010 11010101 111110 100011 0 10000 11010110 111101 111001

Color Harmonies of #508AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508AD5

Black with #508AD5

Text Example


Text Example

White with #508AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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