Html Css Color HEX #507CD1 Havelock Blue

📋 copy color: '#507CD1'

red 80 ◦ green 124 ◦ blue 209

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

Shades of Havelock Blue #507CD1

Tints of Havelock Blue #507CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.61%

R = 19.37%
G = 30.02%
B = 50.61%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#507CD1 (or 0x507CD1) is known color: Havelock Blue. HEX triplet: 50, 7C and D1. RGB value is (80,124,209). Sum of RGB (Red+Green+Blue) = 80+124+209=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #507CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CD1 is #AF832E. Grayscale: #787878. Windows color (decimal): -11502383 or 13728848. OLE color: 13728848.

HSL color Cylindrical-coordinate representation of color #507CD1: hue angle of 219.53º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #507CD1 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 124 209 -
CMYK 0.62 0.41 0 0.18
HSL 219.53º 0.58% 0.57% -
HSV(B) 219.53º 0.62% 0.82% -
XYZ 22.02 20.72 63.16 -
YUV 120.53 177.92 99.09 -
System Red Green Blue C M Y K H S L
Decimal 80 124 209 0.62 0.41 0 0.18 219.53 0.58 0.57
Hex 50 7C D1 3E 29 0 12 DC 3A 39
Octal 120 174 321 76 51 0 22 334 72 71
Binary 1010000 1111100 11010001 111110 101001 0 10010 11011100 111010 111001

Color Harmonies of #507CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CD1

Black with #507CD1

Text Example


Text Example

White with #507CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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