Html Css Color HEX #507FCC Havelock Blue

📋 copy color: '#507FCC'

red 80 ◦ green 127 ◦ blue 204

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

Shades of Havelock Blue #507FCC

Tints of Havelock Blue #507FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 19.46%
G = 30.9%
B = 49.64%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#507FCC (or 0x507FCC) is known color: Havelock Blue. HEX triplet: 50, 7F and CC. RGB value is (80,127,204). Sum of RGB (Red+Green+Blue) = 80+127+204=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #507FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FCC is #AF8033. Grayscale: #797979. Windows color (decimal): -11501620 or 13401936. OLE color: 13401936.

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

Color convert

RGB 80 127 204 -
CMYK 0.61 0.38 0 0.2
HSL 217.26º 0.55% 0.56% -
HSV(B) 217.26º 0.61% 0.8% -
XYZ 21.8 21.24 60.08 -
YUV 121.73 174.43 98.24 -
System Red Green Blue C M Y K H S L
Decimal 80 127 204 0.61 0.38 0 0.2 217.26 0.55 0.56
Hex 50 7F CC 3D 26 0 14 D9 37 38
Octal 120 177 314 75 46 0 24 331 67 70
Binary 1010000 1111111 11001100 111101 100110 0 10100 11011001 110111 111000

Color Harmonies of #507FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FCC

Black with #507FCC

Text Example


Text Example

White with #507FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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