Html Css Color HEX #507FBA Havelock Blue

📋 copy color: '#507FBA'

red 80 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #507FBA

Tints of Havelock Blue #507FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 20.36%
G = 32.32%
B = 47.33%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#507FBA (or 0x507FBA) is known color: Havelock Blue. HEX triplet: 50, 7F and BA. RGB value is (80,127,186). Sum of RGB (Red+Green+Blue) = 80+127+186=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #507FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FBA is #AF8045. Grayscale: #777777. Windows color (decimal): -11501638 or 12222288. OLE color: 12222288.

HSL color Cylindrical-coordinate representation of color #507FBA: hue angle of 213.4º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507FBA is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 127 186 -
CMYK 0.57 0.32 0 0.27
HSL 213.4º 0.43% 0.52% -
HSV(B) 213.4º 0.57% 0.73% -
XYZ 19.76 20.43 49.36 -
YUV 119.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 80 127 186 0.57 0.32 0 0.27 213.4 0.43 0.52
Hex 50 7F BA 39 20 0 1B D5 2B 34
Octal 120 177 272 71 40 0 33 325 53 64
Binary 1010000 1111111 10111010 111001 100000 0 11011 11010101 101011 110100

Color Harmonies of #507FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FBA

Black with #507FBA

Text Example


Text Example

White with #507FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,186); }

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

background-color css

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

 a { background-color: rgb(80,127,186); }

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

border-color css

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

 span { border-color: rgb(80,127,186); }

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