Html Css Color HEX #507DBF Havelock Blue

📋 copy color: '#507DBF'

red 80 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #507DBF

Tints of Havelock Blue #507DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 20.2%
G = 31.57%
B = 48.23%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#507DBF (or 0x507DBF) is known color: Havelock Blue. HEX triplet: 50, 7D and BF. RGB value is (80,125,191). Sum of RGB (Red+Green+Blue) = 80+125+191=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #507DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DBF is #AF8240. Grayscale: #767676. Windows color (decimal): -11502145 or 12549456. OLE color: 12549456.

HSL color Cylindrical-coordinate representation of color #507DBF: hue angle of 215.68º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507DBF is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 125 191 -
CMYK 0.58 0.35 0 0.25
HSL 215.68º 0.46% 0.53% -
HSV(B) 215.68º 0.58% 0.75% -
XYZ 20.05 20.13 52.12 -
YUV 119.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 80 125 191 0.58 0.35 0 0.25 215.68 0.46 0.53
Hex 50 7D BF 3A 23 0 19 D8 2E 35
Octal 120 175 277 72 43 0 31 330 56 65
Binary 1010000 1111101 10111111 111010 100011 0 11001 11011000 101110 110101

Color Harmonies of #507DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DBF

Black with #507DBF

Text Example


Text Example

White with #507DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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