Html Css Color HEX #507ECD Havelock Blue

📋 copy color: '#507ECD'

red 80 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #507ECD

Tints of Havelock Blue #507ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 19.46%
G = 30.66%
B = 49.88%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#507ECD (or 0x507ECD) is known color: Havelock Blue. HEX triplet: 50, 7E and CD. RGB value is (80,126,205). Sum of RGB (Red+Green+Blue) = 80+126+205=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #507ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ECD is #AF8132. Grayscale: #787878. Windows color (decimal): -11501875 or 13467216. OLE color: 13467216.

HSL color Cylindrical-coordinate representation of color #507ECD: hue angle of 217.92º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #507ECD is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 126 205 -
CMYK 0.61 0.39 0 0.20
HSL 217.92º 0.56% 0.56% -
HSV(B) 217.92º 0.61% 0.8% -
XYZ 21.79 21.03 60.67 -
YUV 121.25 175.26 98.58 -
System Red Green Blue C M Y K H S L
Decimal 80 126 205 0.61 0.39 0 0.20 217.92 0.56 0.56
Hex 50 7E CD 3D 27 0 14 DA 38 38
Octal 120 176 315 75 47 0 24 332 70 70
Binary 1010000 1111110 11001101 111101 100111 0 10100 11011010 111000 111000

Color Harmonies of #507ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507ECD

Black with #507ECD

Text Example


Text Example

White with #507ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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