Html Css Color HEX #507ED5 Havelock Blue

📋 copy color: '#507ED5'

red 80 ◦ green 126 ◦ blue 213

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

Shades of Havelock Blue #507ED5

Tints of Havelock Blue #507ED5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

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

R = 19.09%
G = 30.07%
B = 50.84%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#507ED5 (or 0x507ED5) is known color: Havelock Blue. HEX triplet: 50, 7E and D5. RGB value is (80,126,213). Sum of RGB (Red+Green+Blue) = 80+126+213=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #507ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ED5 is #AF812A. Grayscale: #797979. Windows color (decimal): -11501867 or 13991504. OLE color: 13991504.

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

Color convert

RGB 80 126 213 -
CMYK 0.62 0.41 0 0.16
HSL 219.25º 0.61% 0.57% -
HSV(B) 219.25º 0.62% 0.84% -
XYZ 22.78 21.43 65.89 -
YUV 122.16 179.26 97.93 -
System Red Green Blue C M Y K H S L
Decimal 80 126 213 0.62 0.41 0 0.16 219.25 0.61 0.57
Hex 50 7E D5 3E 29 0 10 DB 3D 39
Octal 120 176 325 76 51 0 20 333 75 71
Binary 1010000 1111110 11010101 111110 101001 0 10000 11011011 111101 111001

Color Harmonies of #507ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507ED5

Black with #507ED5

Text Example


Text Example

White with #507ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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