#507EC2

Color #507EC2 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #507EC2

Tints of Havelock Blue #507EC2

Color information

#507EC2 (or 0x507EC2) is unknown color: approx Havelock Blue. HEX triplet: 50, 7E and C2. RGB value is (80,126,194). Sum of RGB (Red+Green+Blue) = 80+126+194=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #507EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EC2 is #AF813D. Grayscale: #777777. Windows color (decimal): -11501886 or 12746320. OLE color: 12746320.

HSL color Cylindrical-coordinate representation of color #507EC2: hue angle of 215.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #507EC2 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80126194-
CMYK0.590.3500.24
HSL215.79º48.31%53.73%-
HSV(B)215.79º58.76%76.08%-
XYZ20.5120.5253.92-
YUV120169.7699.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 194 (76.17% from 255) = 48.5%
R=20%
G=31.5%
B=48.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801261940.590.3500.24215.7948.3153.73
Hex507EC23B23018d83036
Octal12017630273430303306066
Binary101000011111101100001011101110001101100011011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #507EC2;
 }
 .AnyTagClassName
 {
   color: #507EC2;
 }
</style>
background-color css

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

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

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

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

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

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