Html Css Color HEX #506FBE Havelock Blue

📋 copy color: '#506FBE'

red 80 ◦ green 111 ◦ blue 190

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

Shades of Havelock Blue #506FBE

Tints of Havelock Blue #506FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 21%
G = 29.13%
B = 49.87%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#506FBE (or 0x506FBE) is known color: Havelock Blue. HEX triplet: 50, 6F and BE. RGB value is (80,111,190). Sum of RGB (Red+Green+Blue) = 80+111+190=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #506FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FBE is #AF9041. Grayscale: #6E6E6E. Windows color (decimal): -11505730 or 12480336. OLE color: 12480336.

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

Color convert

RGB 80 111 190 -
CMYK 0.58 0.42 0 0.25
HSL 223.09º 0.46% 0.53% -
HSV(B) 223.09º 0.58% 0.75% -
XYZ 18.29 16.79 50.99 -
YUV 110.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 80 111 190 0.58 0.42 0 0.25 223.09 0.46 0.53
Hex 50 6F BE 3A 2A 0 19 DF 2E 35
Octal 120 157 276 72 52 0 31 337 56 65
Binary 1010000 1101111 10111110 111010 101010 0 11001 11011111 101110 110101

Color Harmonies of #506FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FBE

Black with #506FBE

Text Example


Text Example

White with #506FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506FBE; }

 p { color: rgb(80,111,190); }

 H1.HeaderClassName
 {
   color: #506FBE;
 }
 .AnyTagClassName
 {
   color: #506FBE;
 }
</style>

background-color css

<style>
 a { background-color: #506FBE; }

 a { background-color: rgb(80,111,190); }

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

border-color css

<style>
 span { border-color: #506FBE; }

 span { border-color: rgb(80,111,190); }

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