Html Css Color HEX #507CC3 Havelock Blue

📋 copy color: '#507CC3'

red 80 ◦ green 124 ◦ blue 195

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

Shades of Havelock Blue #507CC3

Tints of Havelock Blue #507CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.87%

R = 20.05%
G = 31.08%
B = 48.87%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#507CC3 (or 0x507CC3) is known color: Havelock Blue. HEX triplet: 50, 7C and C3. RGB value is (80,124,195). Sum of RGB (Red+Green+Blue) = 80+124+195=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 195 - color contains mainly: blue. Hex color #507CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CC3 is #AF833C. Grayscale: #767676. Windows color (decimal): -11502397 or 12811344. OLE color: 12811344.

HSL color Cylindrical-coordinate representation of color #507CC3: hue angle of 217.04º degrees, saturation: 0.49, 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 #507CC3 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 124 195 -
CMYK 0.59 0.36 0 0.24
HSL 217.04º 0.49% 0.54% -
HSV(B) 217.04º 0.59% 0.76% -
XYZ 20.37 20.06 54.43 -
YUV 118.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 80 124 195 0.59 0.36 0 0.24 217.04 0.49 0.54
Hex 50 7C C3 3B 24 0 18 D9 31 36
Octal 120 174 303 73 44 0 30 331 61 66
Binary 1010000 1111100 11000011 111011 100100 0 11000 11011001 110001 110110

Color Harmonies of #507CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CC3

Black with #507CC3

Text Example


Text Example

White with #507CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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