Html Css Color HEX #507CC2 Havelock Blue

📋 copy color: '#507CC2'

red 80 ◦ green 124 ◦ blue 194

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

Shades of Havelock Blue #507CC2

Tints of Havelock Blue #507CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.74%

R = 20.1%
G = 31.16%
B = 48.74%

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

#507CC2 (or 0x507CC2) is known color: Havelock Blue. HEX triplet: 50, 7C and C2. RGB value is (80,124,194). Sum of RGB (Red+Green+Blue) = 80+124+194=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #507CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CC2 is #AF833D. Grayscale: #767676. Windows color (decimal): -11502398 or 12745808. OLE color: 12745808.

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

Color convert

RGB 80 124 194 -
CMYK 0.59 0.36 0 0.24
HSL 216.84º 0.48% 0.54% -
HSV(B) 216.84º 0.59% 0.76% -
XYZ 20.25 20.02 53.83 -
YUV 118.82 170.42 100.31 -
System Red Green Blue C M Y K H S L
Decimal 80 124 194 0.59 0.36 0 0.24 216.84 0.48 0.54
Hex 50 7C C2 3B 24 0 18 D9 30 36
Octal 120 174 302 73 44 0 30 331 60 66
Binary 1010000 1111100 11000010 111011 100100 0 11000 11011001 110000 110110

Color Harmonies of #507CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CC2

Black with #507CC2

Text Example


Text Example

White with #507CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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