Html Css Color HEX #507FCD Havelock Blue

📋 copy color: '#507FCD'

red 80 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #507FCD

Tints of Havelock Blue #507FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

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

R = 19.42%
G = 30.83%
B = 49.76%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#507FCD (or 0x507FCD) is known color: Havelock Blue. HEX triplet: 50, 7F and CD. RGB value is (80,127,205). Sum of RGB (Red+Green+Blue) = 80+127+205=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #507FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FCD is #AF8032. Grayscale: #797979. Windows color (decimal): -11501619 or 13467472. OLE color: 13467472.

HSL color Cylindrical-coordinate representation of color #507FCD: hue angle of 217.44º 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 #507FCD is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 127 205 -
CMYK 0.61 0.38 0 0.20
HSL 217.44º 0.56% 0.56% -
HSV(B) 217.44º 0.61% 0.8% -
XYZ 21.92 21.29 60.71 -
YUV 121.84 174.93 98.16 -
System Red Green Blue C M Y K H S L
Decimal 80 127 205 0.61 0.38 0 0.20 217.44 0.56 0.56
Hex 50 7F CD 3D 26 0 14 D9 38 38
Octal 120 177 315 75 46 0 24 331 70 70
Binary 1010000 1111111 11001101 111101 100110 0 10100 11011001 111000 111000

Color Harmonies of #507FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FCD

Black with #507FCD

Text Example


Text Example

White with #507FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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