Html Css Color HEX #507BBF Havelock Blue

📋 copy color: '#507BBF'

red 80 ◦ green 123 ◦ blue 191

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

Shades of Havelock Blue #507BBF

Tints of Havelock Blue #507BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

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

R = 20.3%
G = 31.22%
B = 48.48%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#507BBF (or 0x507BBF) is known color: Havelock Blue. HEX triplet: 50, 7B and BF. RGB value is (80,123,191). Sum of RGB (Red+Green+Blue) = 80+123+191=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #507BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BBF is #AF8440. Grayscale: #757575. Windows color (decimal): -11502657 or 12548944. OLE color: 12548944.

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

Color convert

RGB 80 123 191 -
CMYK 0.58 0.36 0 0.25
HSL 216.76º 0.46% 0.53% -
HSV(B) 216.76º 0.58% 0.75% -
XYZ 19.8 19.63 52.04 -
YUV 117.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 80 123 191 0.58 0.36 0 0.25 216.76 0.46 0.53
Hex 50 7B BF 3A 24 0 19 D9 2E 35
Octal 120 173 277 72 44 0 31 331 56 65
Binary 1010000 1111011 10111111 111010 100100 0 11001 11011001 101110 110101

Color Harmonies of #507BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BBF

Black with #507BBF

Text Example


Text Example

White with #507BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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