Html Css Color HEX #507CD5 Havelock Blue

📋 copy color: '#507CD5'

red 80 ◦ green 124 ◦ blue 213

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

Shades of Havelock Blue #507CD5

Tints of Havelock Blue #507CD5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

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

R = 19.18%
G = 29.74%
B = 51.08%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#507CD5 (or 0x507CD5) is known color: Havelock Blue. HEX triplet: 50, 7C and D5. RGB value is (80,124,213). Sum of RGB (Red+Green+Blue) = 80+124+213=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #507CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CD5 is #AF832A. Grayscale: #787878. Windows color (decimal): -11502379 or 13990992. OLE color: 13990992.

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

Color convert

RGB 80 124 213 -
CMYK 0.62 0.42 0 0.16
HSL 220.15º 0.61% 0.57% -
HSV(B) 220.15º 0.62% 0.84% -
XYZ 22.53 20.92 65.8 -
YUV 120.99 179.92 98.76 -
System Red Green Blue C M Y K H S L
Decimal 80 124 213 0.62 0.42 0 0.16 220.15 0.61 0.57
Hex 50 7C D5 3E 2A 0 10 DC 3D 39
Octal 120 174 325 76 52 0 20 334 75 71
Binary 1010000 1111100 11010101 111110 101010 0 10000 11011100 111101 111001

Color Harmonies of #507CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CD5

Black with #507CD5

Text Example


Text Example

White with #507CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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