Html Css Color HEX #507DC3 Havelock Blue

📋 copy color: '#507DC3'

red 80 ◦ green 125 ◦ blue 195

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

Shades of Havelock Blue #507DC3

Tints of Havelock Blue #507DC3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.25%

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

R = 20%
G = 31.25%
B = 48.75%

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

#507DC3 (or 0x507DC3) is known color: Havelock Blue. HEX triplet: 50, 7D and C3. RGB value is (80,125,195). Sum of RGB (Red+Green+Blue) = 80+125+195=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #507DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DC3 is #AF823C. Grayscale: #777777. Windows color (decimal): -11502141 or 12811600. OLE color: 12811600.

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

Color convert

RGB 80 125 195 -
CMYK 0.59 0.36 0 0.24
HSL 216.52º 0.49% 0.54% -
HSV(B) 216.52º 0.59% 0.76% -
XYZ 20.49 20.31 54.47 -
YUV 119.53 170.59 99.81 -
System Red Green Blue C M Y K H S L
Decimal 80 125 195 0.59 0.36 0 0.24 216.52 0.49 0.54
Hex 50 7D C3 3B 24 0 18 D9 31 36
Octal 120 175 303 73 44 0 30 331 61 66
Binary 1010000 1111101 11000011 111011 100100 0 11000 11011001 110001 110110

Color Harmonies of #507DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DC3

Black with #507DC3

Text Example


Text Example

White with #507DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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